registry
Command used to interact with the StackQL Provider Registry.
Syntax
stackql registry {subcommand} [{provider} [{version}]]
Arguments
Argument | Description | Example |
---|---|---|
subcommand | Registry operation to be performed (either list or pull ) | list or pull |
provider | Provider to be installed using pull subcommand | okta |
version | Optional provider version to be installed using pull subcommand (StackQL Provider Document Version) | v23.03.00121 |
Flags
Flag | Description |
---|---|
-H, --help | Print help information |
see Global Flags for additional options
Examples
List available providers in the public registry:
stackql registry list
Pull the latest version of a provider from the public registry:
stackql registry pull okta