Skip to content

from @unified-product-graph/cli · Graph

upg workspace

Workspace actions: list (default), switch <name>, add <title>.

Usage

upg workspace [action] [arg]

Arguments

[action]
list (default), switch, or add
[arg]
Product name for switch, or product title for add

Examples

List products in the workspace

upg workspace

Output


Workspace: 2 product(s)

  Checkout Redesign  checkout-redesign.upg (active)
  Mobile Companion  mobile-companion.upg

Switch the active product

upg workspace switch mobile-companion

Add a new product to the workspace

upg workspace add "New Product"

Related

upg initupg list