| title | azdata extension reference |
|---|---|
| titleSuffix | SQL Server Big Data Clusters |
| description | Reference article for azdata extension commands. |
| author | MikeRayMSFT |
| ms.author | mikeray |
| ms.reviewer | seanw |
| ms.date | 10/05/2021 |
| ms.prod | sql |
| ms.technology | big-data-cluster |
| ms.topic | reference |
Applies to [!INCLUDE azure-data-cli-azdata]
The following article provides reference for the sql commands in the azdata tool. For more information about other azdata commands, see azdata reference
| Command | Description |
|---|---|
| azdata extension add | Add an extension. |
| azdata extension remove | Remove an extension. |
| azdata extension list | List all installed extensions. |
Add an extension.
azdata extension add --source -s
[--index]
[--pip-proxy]
[--pip-extra-index-urls]
[--yes -y]Add extension from URL.
azdata extension add --source https://contoso.com/some_ext-0.0.1-py2.py3-none-any.whlAdd extension from local disk.
azdata extension add --source ~/some_ext-0.0.1-py2.py3-none-any.whlAdd extension from local disk and use pip proxy for dependencies.
azdata extension add --source ~/some_ext-0.0.1-py2.py3-none-any.whl --pip-proxy https://user:pass@proxy.server:8080Path to a extension wheel on disk or URL to an extension
Base URL of the Python Package Index (default https://pypi.org/simple). This should point to a repository compliant with PEP 503 (the simple repository API) or a local directory laid out in the same format.
Proxy for pip to use for extension dependencies in the form of [user:passwd@]proxy.server:port
Space-separated list of extra URLs of package indexes to use. This should point to a repository compliant with PEP 503 (the simple repository API) or a local directory laid out in the same format.
Do not prompt for confirmation.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Output format. Allowed values: json, jsonc, table, tsv. Default: json.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
Remove an extension.
azdata extension remove --name -n
[--yes -y]Remove an extension.
azdata extension remove --name some-extName of the extension
Do not prompt for confirmation.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Output format. Allowed values: json, jsonc, table, tsv. Default: json.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
List all installed extensions.
azdata extension list List extensions.
azdata extension listIncrease logging verbosity to show all debug logs.
Show this help message and exit.
Output format. Allowed values: json, jsonc, table, tsv. Default: json.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
For more information about other azdata commands, see azdata reference.
For more information about how to install the azdata tool, see Install azdata.