# 获取doryctl命令帮助doryctl --help
doryctl is a command line toolkit to manage dory-core
Usage:
doryctl is a command line toolkit
doryctl [command]Examples:
# install dory-core doryctl install run -o readme-install -f install-config.yaml
Available Commands:
completion generate the autocompletion script for the specified shell
help Help about any command install install dory-core with docker or kubernetes
login login to dory-core server
logoutlogout from dory-core server
pipeline manage pipeline resources
project manage project resources
run manage pipeline run resources
version show doryctl version info
Flags:
-c, --config string doryctl config.yaml config file, it can set by system environment variable DORYCONFIG (default is $HOME/.doryctl/config.yaml) -h, --help helpfor doryctl
--insecure if true, the servers certificate will not be checked for validity. This will make your HTTPS connections insecure
--language string language settings (options: ZH / EN) -s, --serverURL string dory-core server URL, example: https://dory.example.com:8080
--timeout int dory-core server connection timeout seconds settings (default 5) --token string dory-core server access token
-v, --verbose show logs in verbose mode
Use "doryctl [command] --help"for more information about a command.