Skip to main content
Version: 2.0.0

tdkserver set

Set a session setting used when commands omit it

tdkserver set \
--instance tabsdata \
--provider kminus \
--kubeconfig ~/.kube/config \
--context docker-desktop \
--namespace tabsdata \
--save true \
--details true \
--autoconfirm true \
--accept-terms yes \
--verbose \
--keep-progress true
FlagTypeRequiredDescription
--instancestringOptionalSet the instance name used when a command omits --instance.
--providerkminus | docker | eks | fargateOptionalSet the provider used when a command omits --provider.
--kubeconfigstringOptionalSet the kubeconfig path used when a command omits --kubeconfig.
--contextstringOptionalSet the kubeconfig context used when a command omits --context.
--namespacestringOptionalSet the namespace used when a command omits --namespace.
--savetrue | falseOptionalSet the --save value used when a command omits --save.
--detailstrue | falseOptionalSet the --details value used when a command omits --details.
--autoconfirmtrue | falseOptionalSet the autoconfirm value (accepting 'true'/'false') used as the default for --yes when a command omits it.
--accept-termsstringOptionalAccept or decline the license terms without interactive prompt [y/yes/n/no].
--verboseflagOptionalShow the output of each step that this command runs.
--keep-progresstrue | falseOptionalKeep the progress line of each step that this command runs, instead of clearing it when the step finishes [true/false]. Defaults to true.