Learn how to use the Tempest CLI to manage your Private Apps
The Tempest CLI is a tool for bootstrapping your Private App development and testing. Here are a few things you can do with it:
To start using the Tempest CLI, you’ll need to install it.
Our CLI is built in Go, so if you’re a Go developer, you can install it using the go install
command. Check out our CLI GitHub repository for more information.
This will install the CLI to your $GOPATH/bin
directory.
For each release of the CLI, we provide executable binaries for Linux, macOS, and Windows. You can download the binary for your platform from the GitHub Releases page. Once downloaded, you’ll have to install the binary to your $PATH
manually.
Here are a few examples of how you can use the CLI. For a full reference of our commands, you can:
Learn how to use the Tempest CLI to manage your Private Apps
The Tempest CLI is a tool for bootstrapping your Private App development and testing. Here are a few things you can do with it:
To start using the Tempest CLI, you’ll need to install it.
Our CLI is built in Go, so if you’re a Go developer, you can install it using the go install
command. Check out our CLI GitHub repository for more information.
This will install the CLI to your $GOPATH/bin
directory.
For each release of the CLI, we provide executable binaries for Linux, macOS, and Windows. You can download the binary for your platform from the GitHub Releases page. Once downloaded, you’ll have to install the binary to your $PATH
manually.
Here are a few examples of how you can use the CLI. For a full reference of our commands, you can: