forked from MicrosoftDocs/azure-docs-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomponent.yml
More file actions
99 lines (99 loc) · 3.59 KB
/
component.yml
File metadata and controls
99 lines (99 loc) · 3.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
### YamlMime:UniversalReference
items:
- uid: az_component
name: az component
summary: Manage and update Azure CLI 2.0 components.
langs:
- azurecli
children:
- az_component_list
- az_component_list-available
- az_component_remove
- az_component_update
- uid: az_component_list
name: az component list
summary: List the installed components of Azure CLI 2.0.
langs:
- azurecli
parameters: []
source:
path: src/command_modules/azure-cli-component/azure/cli/command_modules/component/_help.py
remote:
branch: chaochen
path: src/command_modules/azure-cli-component/azure/cli/command_modules/component/_help.py
repo: https://github.com/azure/azure-cli/.git
- uid: az_component_list-available
name: az component list-available
summary: List publicly available components that can be installed.
langs:
- azurecli
parameters: []
source:
path: src/command_modules/azure-cli-component/azure/cli/command_modules/component/_help.py
remote:
branch: chaochen
path: src/command_modules/azure-cli-component/azure/cli/command_modules/component/_help.py
repo: https://github.com/azure/azure-cli/.git
- uid: az_component_remove
name: az component remove
summary: Remove a component from Azure CLI 2.0.
langs:
- azurecli
parameters:
- isRequired: true
name: --name -n
summary: Name of component.
source:
path: src/command_modules/azure-cli-component/azure/cli/command_modules/component/_help.py
remote:
branch: chaochen
path: src/command_modules/azure-cli-component/azure/cli/command_modules/component/_help.py
repo: https://github.com/azure/azure-cli/.git
- uid: az_component_update
name: az component update
summary: Update Azure CLI 2.0 and all of the installed components.
langs:
- azurecli
parameters:
- name: --add
summary: The names of additional components to install (space separated).
- name: --allow-third-party
summary: Allow installation of 3rd party command modules. This option is assumed with --private.
- name: --link -l
summary: If a url or path to an html file, parse for links to archives. If local path or file:// url that's a directory, then look for archives in the directory listing.
- name: --pre
summary: Include pre-release versions.
- name: --private
summary: Include packages from a private server.
source:
path: src/command_modules/azure-cli-component/azure/cli/command_modules/component/_help.py
remote:
branch: chaochen
path: src/command_modules/azure-cli-component/azure/cli/command_modules/component/_help.py
repo: https://github.com/azure/azure-cli/.git
commands:
- uid: az_component_list
name: az component list
summary: List the installed components of Azure CLI 2.0.
- uid: az_component_list-available
name: az component list-available
summary: List publicly available components that can be installed.
- uid: az_component_remove
name: az component remove
summary: Remove a component from Azure CLI 2.0.
- uid: az_component_update
name: az component update
summary: Update Azure CLI 2.0 and all of the installed components.
globalParameters:
- name: --debug
summary: Increase logging verbosity to show all debug logs.
- name: --help -h
summary: Show this help message and exit.
- name: --output -o
defaultValue: json
parameterValueGroup: json, jsonc, table, tsv
summary: Output format.
- name: --query
summary: JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.
- name: --verbose
summary: Increase logging verbosity. Use --debug for full debug logs.