replicatedctl params set

Sets an individual Replicated daemon parameter value

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

replicatedctl params set

Sets an individual Replicated daemon parameter value

Synopsis

Sets an individual Replicated daemon parameter value

replicatedctl params set KEY [flags]

Examples


  # Override a single parameter with value
  replicatedctl params set AppUpdateCheckSchedule --value '@every 5h'

Options

  -h, --help           help for set
      --value string   Sets the param value

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.