replicatedctl params import

Import Replicated parameters from stdin

This content is associated with a legacy version of the Replicated product. For the current Replicated product docs, click here.

replicatedctl params import

Import Replicated parameters from stdin

Synopsis

Import Replicated parameters from stdin

replicatedctl params import [flags]

Examples


  # Import params from file
  replicatedctl params import --format yaml < params.yaml

Options

      --format string   Input format. One of: json|yaml (default "json")
  -h, --help            help for import

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.