FoundationaLLM Command-Line Tools
Project description
Microsoft FLLM CLI
A great cloud needs great tools; we’re excited to introduce FLLM CLI, our next generation multi-platform command line experience for FoundationLLM.
Usage
$ fllm [ group ] [ subgroup ] [ command ] {parameters}
Getting Started
After installation, use the fllm configure command to help setup your environment.
$ fllm configure
For usage and help content, pass in the -h parameter, for example:
$ fllm storage -h
Highlights
Here are a few features and concepts that can help you get the most out of the FLLM CLI.
The following examples are showing using the --output table format, you can change your default using the $ fllm configure command.
Tab Completion
We support tab-completion for groups, commands, and some parameters
# looking up resource group and name
$ fllm vm show -g [tab][tab]
AccountingGroup RGOne WebPropertiesRG
$ fllm vm show -g WebPropertiesRG -n [tab][tab]
StoreVM Bizlogic
$ fllm vm show -g WebPropertiesRG -n Bizlogic
Querying
You can use the --query parameter and the JMESPath query syntax to customize your output.
$ fllm vm list --query '[].{name:name,os:storageProfile.osDisk.osType}'
Name Os
---------------------- -------
storevm Linux
bizlogic Linux
demo32111vm Windows
dcos-master-39DB807E-0 Linux
More Samples and Snippets
For more usage examples, take a look at our GitHub samples repo.
Reporting issues and feedback
If you encounter any bugs with the tool please file an issue in the Issues section of our GitHub repo.
To provide feedback from the command line, try the fllm feedback command.
License
Release History
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file fllm_cli-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: fllm_cli-1.0.0-py3-none-any.whl
- Upload date:
- Size: 61.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c17c0942de3b256d8a7c0fd50b8a834c273099362e6624f7d33f1f5d7311f43c |
|
MD5 | 3e94a8797b8011855701687121af6e63 |
|
BLAKE2b-256 | e128ac71e5d8dddf96ea458864244031e4e4ea64bb455dc12bdd71e28f14651d |