Create

Creates a namespace for the organization on the control plane

Usage

npx wgc namespace create [name]

Description

The npx wgc namespace create command allows you to create a new namespace within the organization.

Parameters

  • [name]: The name of the namespace you want to create.

Example

  1. Create a new namespace named "production"

    npx wgc namespace create production

Last updated