divekit config hosts rename

Rename an existing host entry

Synopsis

Rename a host entry while preserving all its settings and tokens.

Usage

divekit config hosts rename [flags]

Examples

divekit config hosts rename --from oldname --to newname

Flags

--from string   Current host name
      --to string     New host name

Inherited Flags

-l, --loglevel string   log level (debug, info, warn, error, fatal) (default "info")
      --no-index          skip project index update
      --non-interactive   run in non-interactive mode (fails if interactive input is required)
  -y, --yes               assume yes/default for all prompts (non-interactive with automatic defaults)

Parent Command