Skip to main content
GuideServerConfigure and deploy Tabsdata servers on your machine.TutorialsConfigure data integration workflows within a running Tabsdata server.Advanced TutorialsBuild end-to-end workflows between two specific systems.API ReferenceCLI ReferenceRelease Notes
Version: 2.0.1

tdkserver config get

Download the configmaps of a tabsdata instance for editing

tdkserver config get \
--instance tabsdata \
--with-secrets true \
--force force-example \
--accept-terms yes \
--verbose \
--keep-progress true
FlagTypeRequiredDescription
--instancestringOptionalName of the instance whose configmaps are downloaded. Defaults to 'tabsdata'.
--with-secretstrue | falseOptionalMaterialize secret values into the downloaded files. Values the user cannot modify are kept as placeholders. Defaults to 'false'.
--forcestringOptionalDelete the existing edit folder without asking before downloading the configs. Defaults to 'false'.
--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.