.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.3. .TH DECK "1" "July 2021" "deck 1.4.0" "User Commands" .SH NAME deck \- Configuration management for Kong and Kong Enterprise .SH DESCRIPTION decK helps you manage Kong clusters with a declarative configuration file. .PP It can be used to export, import or sync entities to Kong. .SS "Usage:" .IP deck [command] .SS "Available Commands:" .TP diff Diff the current entities in Kong with the on on disks .TP dump Export Kong configuration to a file .TP help Help about any command .TP ping Verify connectivity with Kong .TP reset Reset deletes all entities in Kong .TP sync Sync performs operations to get Kong's configuration to match the state file .TP validate Validate the state file .TP version Print the version of decK .SS "Flags:" .TP \fB\-\-ca\-cert\fR string Custom CA certificate to use to verify Kong's Admin TLS certificate. This value can also be set using DECK_CA_CERT environment variable. .TP \fB\-\-config\fR string config file (default is $HOME/.deck.yaml) .TP \fB\-\-headers\fR strings HTTP Headers(key:value) to inject in all requests to Kong's Admin API. This flag can be specified multiple times to inject multiple headers. .TP \fB\-h\fR, \fB\-\-help\fR help for deck .TP \fB\-\-kong\-addr\fR string HTTP Address of Kong's Admin API. This value can also be set using DECK_KONG_ADDR .IP environment variable. (default "http://localhost:8001") .TP \fB\-\-no\-color\fR disable colorized output .TP \fB\-\-skip\-workspace\-crud\fR Skip API calls related to Workspaces (Kong Enterprise only) .TP \fB\-\-tls\-server\-name\fR string Name to use to verify the hostname in Kong's Admin TLS certificate. This value can also be set using DECK_TLS_SERVER_NAME environment variable. .TP \fB\-\-tls\-skip\-verify\fR Disable verification of Kong's Admin TLS certificate. This value can also be set using DECK_TLS_SKIP_VERIFY environment variable. .TP \fB\-\-verbose\fR int Enable verbose verbose logging levels Setting this value to 2 outputs all HTTP requests/responses between decK and Kong. .PP Use "deck [command] \fB\-\-help\fR" for more information about a command.