Skip to main content

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


MIT

Release History


See FLLM CLI release notes.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

fllm_cli-1.0.0-py3-none-any.whl (61.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page