Lines Matching refs:help

45help="The name of the image. May include a tag in the format 'name:tag' or digest in the format 'n…
60 …c.argument('registry_name', options_list=['--name', '-n'], help='The name of the container registr…
61 …c.argument('tenant_suffix', options_list=['--suffix'], help="The tenant suffix in registry login s…
62 c.argument('sku', help='The SKU of the container registry', arg_type=get_enum_type(SkuName))
63 …c.argument('admin_enabled', help='Indicates whether the admin user is enabled', arg_type=get_three…
64 …c.argument('password_name', help='The name of password to regenerate', arg_type=get_enum_type(Pass…
65 …c.argument('username', options_list=['--username', '-u'], help='The username used to log into a co…
66 …c.argument('password', options_list=['--password', '-p'], help='The password used to log into a co…
67 …c.argument('yes', options_list=['--yes', '-y'], help='Do not prompt for confirmation.', action='st…
68 …c.argument('image_names', options_list=['--image', '-t'], help="The name and tag of the image usin…
69 c.argument('timeout', type=int, help='The timeout in seconds.')
70 …c.argument('docker_file_path', options_list=['--file', '-f'], help="The relative path of the the d…
71 …c.argument('no_logs', help="Do not show logs after successfully queuing the build.", action='store…
72 …c.argument('no_wait', help="Do not wait for the run to complete and return immediately after queui…
73 …c.argument('no_format', help="Indicates whether the logs should be displayed in raw format", actio…
74 …c.argument('platform', help="The platform where build/task is run, Eg, 'windows' and 'linux'. When…
75 c.argument('target', help='The name of the target build stage.')
76 …c.argument('auth_mode', help='Auth mode of the source registry.', arg_type=get_enum_type(SourceReg…
79 c.argument('cmd_value', help="Commands to execute.", options_list=['--cmd'])
80 …c.argument('zone_redundancy', is_preview=True, arg_type=get_enum_type(ZoneRedundancy), help="Indic…
81 …c.argument('allow_exports', arg_type=get_three_state_flag(), is_preview=True, help="Configure expo…
88help='Default action to apply when no rule matches. Only applicable to Premium SKU.')
89 …c.argument('public_network_enabled', get_three_state_flag(), help="Allow public network access for…
90 …c.argument('allow_trusted_services', get_three_state_flag(), is_preview=True, help="Allow trusted …
93 …c.argument('identity', help="Use assigned managed identity resource id or name if in the same reso…
94 …c.argument('key_encryption_key', help="Key vault key uri. To enable automated rotation, provide a …
97 …c.argument('data_endpoint_enabled', get_three_state_flag(), help="Enable dedicated data endpoint f…
100 …c.argument('anonymous_pull_enabled', get_three_state_flag(), help="Enable registry-wide pull from …
103 …c.argument('source_image', options_list=['--source'], help="Source image name or fully qualified s…
104 …c.argument('source_registry', options_list=['--registry', '-r'], help='The source Azure container …
105 …c.argument('source_registry_username', options_list=['--username', '-u'], help='The username of so…
106 …c.argument('source_registry_password', options_list=['--password', '-p'], help='The password of so…
107 …c.argument('target_tags', options_list=['--image', '-t'], help="The name and tag of the image usin…
108 …c.argument('repository', help='The repository name for a manifest-only copy of images. Multiple co…
109 …c.argument('force', help='Overwrite the existing tag of the image to be imported.', action='store_…
110 …c.argument('no_wait', help="Do not wait for the import to complete and return immediately after qu…
114 …c.argument('status', help="Indicates whether content-trust is enabled.", arg_type=get_enum_type(Po…
117 …c.argument('status', help="Indicates whether retention policy is enabled.", arg_type=get_enum_type…
119 …c.argument('days', type=int, help='The number of days to retain an untagged manifest after which i…
120 …c.argument('policy_type', options_list=['--type'], help='The type of retention policy.', arg_type=…
124 …c.argument('expose_token', options_list=['--expose-token', '-t'], help='Expose access token instea…
128 c.argument('repository', help="The name of the repository.")
130 c.argument('top', type=int, help='Limit the number of items in the results.')
131 …c.argument('orderby', help='Order the items in the results. Default to alphabetical order of names…
132 c.argument('detail', help='Show detailed information.', action='store_true')
133 …c.argument('delete_enabled', help='Indicates whether delete operation is allowed.', arg_type=get_t…
134 …c.argument('list_enabled', help='Indicates whether this item shows in list operation results.', ar…
135 …c.argument('read_enabled', help='Indicates whether read operation is allowed.', arg_type=get_three…
136 …c.argument('write_enabled', help='Indicates whether write or delete operation is allowed.', arg_ty…
139 …c.argument('image', options_list=['--image', '-t'], help="The name of the image. May include a tag…
146help='Name or ID of the Log Analytics workspace to send registry diagnostic logs to. All events wi…
153 …c.argument('webhook_name', options_list=['--name', '-n'], help='The name of the webhook', complete…
154 c.argument('uri', help='The service URI for the webhook to post notifications.')
155 …c.argument('headers', nargs='+', help="Space-separated custom headers in 'key[=value]' format that…
156 …c.argument('actions', nargs='+', help='Space-separated list of actions that trigger the webhook to…
157 …c.argument('status', help='Indicates whether the webhook is enabled.', arg_type=get_enum_type(Webh…
158 …c.argument('scope', help="The scope of repositories where the event can be triggered. For example,…
165 …c.argument('replication_name', options_list=['--name', '-n'], help='The name of the replication.',…
168 …c.argument('replication_name', help='The name of the replication. Default to the location name.', …
176 …c.argument('region_endpoint_enabled', arg_type=get_three_state_flag(), help=help_str, is_preview=T…
180 …c.positional('source_location', help="The local source code directory path (e.g., './src'), or the…
181 …c.argument('file', options_list=['--file', '-f'], help="The task template/definition file path rel…
182 c.argument('values', help="The task values file path relative to the source context.")
183 …c.argument('set_value', options_list=['--set'], help="Value in 'name[=value]' format. Multiples su…
184 …c.argument('set_secret', help="Secret value in '--set name[=value]' format. Multiples supported by…
185 …c.argument('agent_pool_name', options_list=['--agent-pool'], help='The name of the agent pool.', i…
186 …c.argument('log_template', options_list=['--log-template'], help="The repository and tag template …
190 …c.argument('image_name', options_list=['--image', '-t'], help="The name and tag of the image using…
191 …c.argument('builder', options_list=['--builder', '-b'], help="The name and tag of a Buildpack buil…
192 …c.argument('pack_image_tag', options_list=['--pack-image-tag'], help="The tag of the 'pack' runner…
193 …c.argument('pull', options_list=['--pull'], help="Pull the latest builder and run images before us…
194 …c.positional('source_location', help="The local source code directory path (e.g., './src'), or the…
195 …c.argument('agent_pool_name', options_list=['--agent-pool'], help='The name of the agent pool.', i…
199 …c.positional('source_location', help="The local source code directory path (e.g., './src'), or the…
200 …c.argument('no_push', help="Indicates whether the image built should be pushed to the registry.", …
201 …c.argument('no_wait', help="Do not wait for the build to complete and return immediately after que…
202 …c.argument('arg', options_list=['--build-arg'], help="Build argument in '--build-arg name[=value]'…
203 …c.argument('secret_arg', options_list=['--secret-build-arg'], help="Secret build argument in '--se…
204 …c.argument('agent_pool_name', options_list=['--agent-pool'], help='The name of the agent pool.', i…
205 …c.argument('log_template', options_list=['--log-template'], help="The repository and tag template …
209 …c.argument('task_name', options_list=['--name', '-n'], help='The name of the task.', completer=get…
210 c.argument('status', help='The current status of task.', arg_type=get_enum_type(TaskStatus))
211 …c.argument('with_secure_properties', help="Indicates whether the secure properties of a task shoul…
212 …c.argument('log_template', options_list=['--log-template'], help="The repository and tag template …
213 …c.argument('is_system_task', options_list=['--is-system-task'], help="Indicates whether the task r…
216 …c.argument('file', options_list=['--file', '-f'], help="Relative path of the the task/docker file …
218 …c.argument('no_push', help="Indicates whether the image built should be pushed to the registry.", …
219 …c.argument('no_cache', help='Indicates whether the image cache is enabled.', arg_type=get_three_st…
220 … c.argument('values', help="The task values/parameters file path relative to the source context.")
223 …c.argument('context_path', options_list=['--context', '-c'], help="The full URL to the source code…
224 …c.argument('arg', help="Build argument in '--arg name[=value]' format. Multiples supported by pass…
225 …c.argument('secret_arg', help="Secret build argument in '--secret-arg name[=value]' format. Multip…
226 …c.argument('set_value', options_list=['--set'], help="Task value in '--set name[=value]' format. M…
227 …c.argument('set_secret', help="Secret task value in '--set-secret name[=value]' format. Multiples …
230 … c.argument('source_trigger_name', arg_group='Trigger', help="The name of the source trigger.")
231 …c.argument('commit_trigger_enabled', arg_group='Trigger', help="Indicates whether the source contr…
232 …c.argument('pull_request_trigger_enabled', arg_group='Trigger', help="Indicates whether the source…
233 …c.argument('schedule', arg_group='Trigger', help="Schedule for a timer trigger represented as a cr…
234 …c.argument('git_access_token', arg_group='Trigger', help="The access token used to access the sour…
235 …c.argument('base_image_trigger_name', arg_group='Trigger', help="The name of the base image trigge…
236 …c.argument('base_image_trigger_enabled', arg_group='Trigger', help="Indicates whether the base ima…
237 …c.argument('base_image_trigger_type', arg_group='Trigger', help="The type of the auto trigger for …
238 …c.argument('update_trigger_endpoint', arg_group='Trigger', help="The full URL of the endpoint to r…
239 …c.argument('update_trigger_payload_type', arg_group='Trigger', help="Indicates whether to include …
242 c.argument('run_id', help='The unique run identifier.')
245 …c.argument('cpu', type=int, help='The CPU configuration in terms of number of cores required for t…
248 …c.argument('assign_identity', nargs='*', help="Assigns managed identities to the task. Use '[syste…
251 …c.argument('agent_pool_name', options_list=['--agent-pool'], help='The name of the agent pool.', i…
257 …c.argument('identities', options_list=['--identities'], nargs='*', help="Assigns managed identitie…
261 …c.argument('login_server', help="The login server of the custom registry. For instance, 'myregistr…
265 …c.argument('update_trigger_token', help="The payload that will be passed back alongwith the base i…
268 … c.argument('run_status', help='The current status of run.', arg_type=get_enum_type(RunStatus))
269 c.argument('top', help='Limit the number of latest runs in the results.')
272 …c.argument('no_archive', help='Indicates whether the run should be archived.', arg_type=get_three_…
276 …c.argument('username', options_list=['--username', '-u'], help="The username to login to the custo…
277 …c.argument('password', options_list=['--password', '-p'], help="The password to login to the custo…
278 …c.argument('use_identity', help="The task managed identity used for the credential. Use '[system]'…
282 c.argument('timer_name', help="The name of the timer trigger.", required=True)
283 …c.argument('timer_schedule', options_list=['--schedule'], help="The schedule of the timer trigger …
284 …c.argument('enabled', help="Indicates whether the timer trigger is enabled.", arg_type=get_three_s…
288 …c.argument('taskrun_name', options_list=['--name', '-n'], help='The name of the taskrun.', complet…
292 c.argument('repository', help=argparse.SUPPRESS)
293 c.argument('version', help='The helm chart version.')
296 c.positional('chart', help='The helm chart name.')
299 c.positional('chart', help='The helm chart name.')
300 c.argument('prov', help='Only delete the provenance file.', action='store_true')
303 c.positional('chart_package', help="The helm chart package.", completer=FilesCompleter())
304 c.argument('force', help='Overwrite the existing chart package.', action='store_true')
307 …c.argument('client_version', help='The target Helm CLI version. (Attention: Currently, Helm 3 does…
308 …c.argument('install_location', help='Path at which to install Helm CLI (Existing one at the same p…
309 c.argument('yes', help='Agree to the license of Helm, and do not prompt for confirmation.')
312 …c.argument('subnet', help='Name or ID of subnet. If name is supplied, `--vnet-name` must be suppli…
313 c.argument('vnet_name', help='Name of a virtual network.')
314 c.argument('ip_address', help='IPv4 address or CIDR range.')
317 …c.argument('ignore_errors', options_list=['--ignore-errors'], help='Provide all health checks, eve…
319help="Virtual network ID so to run this command inside a VNET to verify the DNS routing to private…
323 …c.argument('description', options_list=['--description'], help='Description for the scope map. Max…
324 …c.argument('scope_map_name', options_list=['--name', '-n'], help='The name of the scope map.', req…
330help='repository permissions to be added. Use the format "--add-repository REPO [ACTION1 ACTION2 .…
332help='respsitory permissions to be removed. Use the format "--remove-repository REPO [ACTION1 ACTI…
334help='gateway permissions to be added. Use the format "--add-gateway GATEWAY [ACTION1 ACTION2 ...]…
336help='gateway permissions to be removed. Use the format "--remove-gateway GATEWAY [ACTION1 ACTION2…
340help='repository permissions. Use the format "--repository REPO [ACTION1 ACTION2 ...]" per flag. '…
342help='gateway permissions. Use the format "--gateway GATEWAY [ACTION1 ACTION2 ...]" per flag. ' + …
346 …c.argument('token_name', options_list=['--name', '-n'], help='The name of the token.', required=Tr…
347 …c.argument('scope_map_name', options_list=['--scope-map'], help='The name of the scope map associa…
349 help='The status of the token', required=False, default="enabled")
353help='The name of the scope map with pre-configured repository permissions. Use "--repository" and…
355help='repository permissions. Use the format "--repository REPO [ACTION1 ACTION2 ...]" per flag. '…
357help='gateway permissions. Use the format "--gateway GATEWAY [ACTION1 ACTION2 ...]" per flag. ' + …
358 …c.argument('no_passwords', arg_type=get_three_state_flag(), help='Do not generate passwords, inste…
359 …c.argument('expiration_in_days', help='Number of days for which the credentials will be valid. If …
362 …c.argument('scope_map_name', options_list=['--scope-map'], help='The name of the scope map associa…
365 …c.argument('password1', options_list=['--password1'], help='Flag indicating if password1 should be…
366 …c.argument('password2', options_list=['--password2'], help='Flag indicating if password2 should be…
368help='Number of days for which the credentials will be valid. If not specified, the expiration wil…
373help='UTC time for which the credentials will be valid. In the format of %Y-%m-%dT%H:%M:%SZ, e.g. …
376 …c.argument('password1', options_list=['--password1'], help='Flag indicating if first password shou…
377 …c.argument('password2', options_list=['--password2'], help='Flag indicating if second password sho…
381 … c.argument('agent_pool_name', options_list=['--name', '-n'], help='The name of the agent pool.')
382 … c.argument('count', options_list=['--count', '-c'], type=int, help='The count of the agent pool.')
383 …c.argument('tier', help='Sets the VM your agent pool will run on. Valid values are: S1(2 vCPUs, 3 …
384 …c.argument('os_type', options_list=['--os'], help='The os of the agent pool.', deprecate_info=c.de…
385 …c.argument('subnet_id', options_list=['--subnet-id'], help='The Virtual Network Subnet Resource Id…
386 …c.argument('no_wait', help="Do not wait for the Agent Pool to complete action and return immediate…
389 c.argument('queue_count', help="Get only the queue count", action='store_true')
393 …c.argument('registry_name', options_list=['--registry-name', '-r'], help='The name of the containe…
394 …c.argument('private_endpoint_connection_name', options_list=['--name', '-n'], help='The name of th…
396 …c.argument('approval_description', options_list=['--description'], help='Approval description. For…
397 …c.argument('rejection_description', options_list=['--description'], help='Rejection description. F…
400 …c.argument('identities', nargs='+', help="Space-separated identities. Use '[system]' to refer to t…
403 …c.argument('key_encryption_key', help="Key vault key uri. To enable automated rotation, provide a …
404 …c.argument('identity', help="client id of managed identity, resource name or id of user assigned i…
407 …c.argument('registry_name', options_list=['--registry', '-r'], help='The login server of the Cloud…
408 …c.argument('connected_registry_name', options_list=['--name', '-n'], help='Name for the connected …
409 …c.argument('parent_name', options_list=['--parent', '-p'], help='The name of the parent connected …
410 …c.deprecate(target='-t', redirect='--repository', hide=True)], nargs='+', help='Specifies the repo…
411 …c.argument('sync_token_name', options_list=['--sync-token'], help='Specifies the sync token used t…
412 …c.argument('cleanup', help='It will aslo delete the sync token and the scope map resources.', requ…
413 …c.argument('no_children', help='Used to remove all children from the list.', required=False, actio…
414 …c.argument('sync_audit_logs_enabled', options_list=['--audit-logs-enabled'], help='Indicates wheth…
417 …c.argument('log_level', help='Sets the log level for logging on the instance. Accepted log levels …
418 …c.argument('mode', options_list=['--mode', '-m'], help='Can be one of the two operating modes: reg…
419 …c.argument('client_token_list', options_list=['--client-tokens'], nargs='+', help='Specifies the c…
420 …c.argument('sync_window', options_list=['--sync-window', '-w'], help='Required parameter if --sync…
421 …c.argument('sync_schedule', options_list=['--sync-schedule', '-s'], help='Optional parameter to de…
422 …c.argument('sync_message_ttl', help='Determines how long the sync messages will be kept in the clo…
425 …c.argument('log_level', help='Sets the log level for logging on the instance. Accepted log levels …
427help='Client tokens to be added. Use the format "--add-client-tokens [TOKEN_NAME1 TOKEN_NAME2 ...]…
429help='Client tokens to be removed. Use the format "--remove-client-tokens [TOKEN_NAME1 TOKEN_NAME2…
430 …c.argument('sync_window', options_list=['--sync-window', '-w'], help='Used to determine the schedu…
431 …c.argument('sync_schedule', options_list=['--sync-schedule', '-s'], help='Optional parameter to de…
432 …c.argument('sync_message_ttl', help='Determines how long the sync messages will be kept in the clo…
436help='repository permissions to be added to the targeted connected registry and it\'s ancestors sy…
438help='respsitory permissions to be removed from the targeted connected registry and it\'s succesor…
441 …ype=get_enum_type(['http', 'https']), options_list=['--parent-protocol'], help='Required parameter…