Skip to main content

registry

Command used to interact with the StackQL Provider Registry.


Syntax

stackql registry {subcommand} [{provider} [{version}]]


Arguments

ArgumentDescriptionExample
subcommandRegistry operation to be performed (either list or pull)list or pull
providerProvider to be installed using pull subcommandokta
versionOptional provider version to be installed using pull subcommand (StackQL Provider Document Version)v23.03.00121

Flags

FlagDescription
-H, --helpPrint 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