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.2

tdkserver help

Show the commands of tabsdata on kubernetes

tdkserver help \
--full \
--format table \
--accept-terms yes \
--verbose \
--keep-progress true
FlagTypeRequiredDescription
--fullflagOptionalPrint the help of every command and subcommand, instead of the summary help.
--formattable | json | yamlOptionalFormat of the full help: text or json. Valid only together with --full. Defaults to text.
--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.