A MATLAB Interface to the Azure CLI
現在この提出コンテンツをフォロー中です。
- フォローしているコンテンツ フィードに更新が表示されます。
- コミュニケーション基本設定に応じて電子メールを受け取ることができます
This software is a very thin wrapper on top of the Azure command line client. It allows interacting with Azure resources, from within MATLAB, similarly to the way it's done from the command line.
It's very easy to shell out and do a system command in MATLAB, e.g. [r, s] = system('az acr list') would perform an Azure CLI command and return both the status of the command and the command line output, typically JSON. This is, in fact, the exact way that this package uses the Azure CLI.
This motivation for creating this package can be summarized as follows:
* The MATLAB package provides tab completion, for easily creating command sequences.
* Tab completion is also provided for command options/parameters.
* Help is available (locally, without shelling out to the CLI) for all groups, subgroups and commands
* The return values, in JSON, is decoded into MATLAB variables, making it easy to use the information in subsequent commands.
引用
Anders Sollander (2026). matlab-azure-cli (https://github.com/mathworks-ref-arch/matlab-azure-cli/releases/tag/v0.3.2), GitHub. に取得済み.
一般的な情報
- バージョン 0.3.2 (5.32 MB)
-
GitHub でライセンスを表示
MATLAB リリースの互換性
- R2016a 以降のリリースと互換性あり
プラットフォームの互換性
- Windows
- macOS
- Linux
| バージョン | 公開済み | リリース ノート | Action |
|---|---|---|---|
| 0.3.2 |
