Skip to content

cub space new-prefix

cub space new-prefix

Generate a random space name that is not a prefix of existing spaces

Synopsis

Generate a random space name using cubbyname.Random() until finding one that is not a prefix of any existing space.

This command is useful for creating unique space names that won't conflict with existing spaces.

Examples:

  # Generate a new unique space name
  cub space new-prefix

  # Generate a new unique space name in JSON format
  cub space new-prefix --json
cub space new-prefix [flags]

Options

  -h, --help   help for new-prefix
      --json   Output in JSON format

Options inherited from parent commands

      --context string   The context to use for this command
      --debug            Debug output

SEE ALSO