Skip to main content
Version: 2.0.0

tdkserver put-cfg

Replace the configmaps of a tabsdata instance from edited files

tdkserver put-cfg \
--instance tabsdata \
--apply true \
--details true \
--yes true \
--accept-terms yes \
--verbose \
--keep-progress true
FlagTypeRequiredDescription
--instancestringOptionalName of the instance whose configmaps are replaced. Defaults to 'tabsdata'.
--applytrue | falseOptionalRestart the instance after replacing the configmaps. Defaults to 'false'.
--detailstrue | falseOptionalShow the summary of resolved values before replacing the configmaps. Defaults to 'true'. Pass '--details false' to skip the summary.
-y, --yestrue | falseOptionalSkip the interactive confirmation prompt and proceed immediately.
--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.