We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13dfeb2 commit 042927fCopy full SHA for 042927f
roboflow/deployment.py
@@ -75,7 +75,7 @@ def add_deployment_parser(subparsers):
75
deployment_usage_workspace_parser.set_defaults(func=get_workspace_usage)
76
deployment_usage_workspace_parser.add_argument("-a", "--api_key", help="api key")
77
deployment_usage_workspace_parser.add_argument("target_month", help="target month (format: YYYYMM)", nargs="?")
78
-
+
79
deployment_usage_deployment_parser.set_defaults(func=get_deployment_usage)
80
deployment_usage_deployment_parser.add_argument("-a", "--api_key", help="api key")
81
deployment_usage_deployment_parser.add_argument("deployment_name", help="deployment name")
0 commit comments