Taikun CLI
User | Manager | Partner
You can manage Taikun’s resources directly from the command line.
Steps to Install
-
Step To download the CLI, head to the latest release page.
-
Step Scroll down to the Assets section and select the binary for your architecture.
-
Step Use the following command to move the binary:
sudo cp taikun /usr/local/bin/
Signing in to Taikun The TAikun CLI reads environment variables to authenticate to Taikun.
To authenticate with your Taikun account:
- set the following environment variables.
- To authenticate with Keycloak, set the following environment variables:
- The default API host is api.taikun.cloud. To override it, set the following environment variable:
- Run the following command to check whether you are properly authenticated:
Configure Autocompletion
Autocompletion is available for the following shells:
- Bash
- Zsh
- Fish
- PowerShell
The command taikun completion
generates an autocompletion script for the specified shell. For instructions on how to use the generated script, see the help command of the corresponding shell.
For example, taikun completion bash -h
provides instructions on how to set up autocompletion for the Bash shell.
Command overview
To overview all the commands available, see the generated command tree.
CLI Help
To get information on how to use a command, type:
Long command
taikun [command] --help
Short command
taikun [command] -h