replicatedctl params export

Export Replicated daemon parameters to stdout

This content is associated with a legacy version of the Replicated product. For the current Replicated product documentation, see docs.replicated.com.

replicatedctl params export

Export Replicated daemon parameters to stdout

Synopsis

Export Replicated daemon parameters to stdout

replicatedctl params export [flags]

Examples


  # Export all params to a file
  replicatedctl params export --output yaml > params.yaml

  # Output a single param
  replicatedctl params export --template '{{.AppUpdateCheckSchedule}}'

Options

  -h, --help              help for export
  -o, --output string     Output format. One of: json|yaml
      --template string   Format the output using the given Go template

Options inherited from parent commands

      --host string   Replicated API host (default "unix:///var/run/replicated/replicated-cli.sock")

SEE ALSO

  • replicatedctl params - Manage Replicated daemon parameters. Provides the ability to import, export, set and unset parameters.