Skip to main content

Documentation Index

Fetch the complete documentation index at: https://cosmo-docs.wundergraph.com/llms.txt

Use this file to discover all available pages before exploring further.

Description

The npx wgc namespace create command allows you to create a new namespace within the organization.
Namespaces must be created before they can be used. For example, you need to create a namespace before adding a graph to it.

Usage

npx wgc namespace create [name]

Parameters

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

Example

  • Create a new namespace named “production”
npx wgc namespace create production