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

Commit

Permalink
generate website material for workspace create
Browse files Browse the repository at this point in the history
  • Loading branch information
catsby committed Dec 13, 2021
1 parent 3861f64 commit 6951db9
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 0 deletions.
31 changes: 31 additions & 0 deletions website/content/commands/workspace-create.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
layout: commands
page_title: 'Commands: Workspace create'
sidebar_title: 'workspace create'
description: 'Create a workspace with a given name.'
---

# 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.
- `-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"
Empty file.
Empty file.
4 changes: 4 additions & 0 deletions website/data/commands-nav-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,10 @@
"title": "version",
"path": "version"
},
{
"title": "workspace create",
"path": "workspace-create"
},
{
"title": "workspace inspect",
"path": "workspace-inspect"
Expand Down

0 comments on commit 6951db9

Please sign in to comment.