add a cli context
metalctlv2 context add <context-name> [flags]
--activate immediately switches to the new context
--api-token string sets the api-token for this context
--api-url string sets the api-url for this context
--default-project string sets a default project to act on
-h, --help help for add
--provider string sets the login provider for this context
--timeout duration sets a default request timeout
-c, --config string alternative config file path, (default is ~/.metal-stack/config.yaml)
--debug debug output
--force-color force colored output even without tty
-o, --output-format string output format (table|wide|markdown|json|yaml|template|jsonraw|yamlraw), wide is a table with more columns, jsonraw and yamlraw do not translate proto enums into string types but leave the original int32 values intact (for apply, create, update, delete commands from file the raw output formatters must be used). (default "table")
--template string output template for template output-format, go template format. For property names inspect the output of -o json or -o yaml for reference.
- metalctlv2 context - manage cli contexts