Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Latest commit

 

History

History
38 lines (26 loc) · 1.18 KB

context-create.mdx

File metadata and controls

38 lines (26 loc) · 1.18 KB
layout page_title sidebar_title description
commands
Commands: Context create
context create
Create a context.

Waypoint Context create

Command: waypoint context create

Create a context.

@include "commands/context-create_desc.mdx"

Usage

Usage: waypoint context create [options] NAME

Creates a new context.

Global Options

  • -plain - Plain output: no colors, no animation.
  • -app=<string> (-a) - App to target. Certain commands require a single app target for Waypoint configurations with multiple apps. If you have a single app, then this can be ignored.
  • -project=<string> (-p) - Project to target.
  • -workspace=<string> (-w) - Workspace to operate in.

Command Options

  • -set-default - Set this context as the new default for the CLI.
  • -server-addr=<string> - Address for the server.
  • -server-auth-token=<string> - Authentication token to use to connect to the server.
  • -server-tls - If true, will connect to the server over TLS.
  • -server-tls-skip-verify - If true, will not validate TLS cert presented by the server.
  • -server-require-auth - If true, will send authentication details.

@include "commands/context-create_more.mdx"