Introduction
Get up and running with our CLI tool in no time.
Last updated
Was this helpful?
Get up and running with our CLI tool in no time.
Last updated
Was this helpful?
Our CLI is one of the major component of keyshade. The CLI is the entrypoint for your application to tap into the live updates from our platform. Whatever changes you make to your secrets or variables in your project, are reflected automatically in your application. Besides that, it also helps you to interact with the keyshade API.
The CLI has the following commands:
: This command is used to create, delete, list and switch between profiles.
: This command is used to initialize your project to tap into the live updates from our platform.
: This command is used to run your application.
To install the CLI, simply run:
Verify the installation using:
Global flags work with any command in the CLI. The following are the global flags:
--profile <profile>
--api-key <key>
--base-url <url>
This flag is used to specify the profile to use. If not specified, the default profile is used. If you specify this flag, the flag and the flag are ignored.
This flag is used to specify the API key to use. Won't work if the flag is specified.
This flag is used to specify the base URL of the API to use. Won't work if the flag is specified. The default is https://api.keyshade.xyz
.