pachctl config set context

pachctl config set context

Set a context.

Synopsis

This command sets a context config from a given name and a JSON configuration file on stdin

pachctl config set context <context> [flags]

Examples

 pachctl config set context foo pachctl config set context foo --overwrite

Options

  -h, --help        help for context
      --overwrite   Overwrite a context if it already exists.

Options inherited from parent commands

      --no-color               Turn off colors.
      --rpc-timeout duration   If non-zero, perform all client operations with this RPC deadline.
  -v, --verbose                Output verbose logs.

SEE ALSO