pachctl config get context

pachctl config get context

Gets a context.

Synopsis

This command returns the config of a context by its name. This includes the pachd address, cluster deployment ID, and actively set project name.

pachctl config get context <context> [flags]

Examples

pachctl config get context foo

Options

  -h, --help   help for context

Options inherited from parent commands

      --no-color   Turn off colors.
  -v, --verbose    Output verbose logs

SEE ALSO