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 check

Check the values still to be provided in the configs of a tabsdata instance

tdkserver config check \
--instance tabsdata \
--init \
--edit \
--all true \
--accept-terms yes \
--verbose \
--keep-progress true
FlagTypeRequiredDescription
--instancestringOptionalName of the instance whose configs are checked. Defaults to 'tabsdata'.
--initflagOptionalCheck the configs of the instance creation input. This is the default.
--editflagOptionalCheck the configs of the instance edition input, instead of the creation one.
--alltrue | falseOptionalShow also the values already provided, besides the pending ones. 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.