Skip to main content

Documentation Index

Fetch the complete documentation index at: https://wundergraphinc-milinda-eng-8701-implement-cache-warmer-from.mintlify.app/llms.txt

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

Usage

npx wgc namespace rename [name] --to [new name]

Description

The npx wgc namespace rename command allows you to rename an existing namespace within the organization.

Parameters

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

Options

  • -t, --to: A required flag with the new name for the namespace

Example

Rename a namespace from “prod” to “production”
npx wgc namespace rename prod --to production