Config

View and manage global configuration settings for Tapis CLI.

config get

Get a Tapis CLI setting

tapis config get SETTING_NAME
SETTING_NAME

Tapis setting name

This command is provided by the tapis-cli plugin.

config list

List current Tapis CLI settings

tapis config list [--sort-ascending | --sort-descending]
--sort-ascending

sort the column(s) in ascending order

--sort-descending

sort the column(s) in descending order

This command is provided by the tapis-cli plugin.

config set

Set a Tapis CLI setting

tapis config set SETTING_NAME VALUE
SETTING_NAME

Tapis setting name

VALUE

New value for setting

This command is provided by the tapis-cli plugin.

config unset

Unset a Tapis CLI setting

tapis config unset SETTING_NAME
SETTING_NAME

Tapis setting name

This command is provided by the tapis-cli plugin.