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

Latest commit

 

History

History
37 lines (24 loc) · 1.27 KB

workspace-create.mdx

File metadata and controls

37 lines (24 loc) · 1.27 KB
layout page_title sidebar_title description
commands
Commands: Workspace create
workspace create
Create a workspace with a given name.

This content is part of the legacy version of Waypoint that is no longer actively maintained. For additional information on the new vision of Waypoint, check out this blog post and the HCP Waypoint documentation.

Waypoint Workspace create

Command: waypoint workspace create

Create a workspace with a given name.

@include "commands/workspace-create_desc.mdx"

Usage

Usage: waypoint workspace create [options] <name>

Create a workspace in Waypoint with the given value. If a workspace with the given name already exists, no error will be returned. This command ignores the -workspace flag.

Global Options

  • -plain - Plain output: no colors, no animation. The default is false.
  • -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.

@include "commands/workspace-create_more.mdx"