View Environment Setup

glam-cli env

Set Active GLAM Product

glam-cli set <state>

View a GLAM Product

  • --compact: if set the output will be a compact json
  • state: if not set the current active GLAM product will be used
glam-cli view [state] [--compact]

List Products

  • By default only products the connected wallet has access to (either as owner or delegate) will be listed
  • --owner-only: if set only products owned by the wallet will be listed
  • --all: if set all products will be listed
glam-cli list [--owner-only] [--all]

Create a New Product

  • See the templates/ directory for available templates
glam-cli create <path-to-template.json>

Close a Product

Only the owner can close the product. Once closed rents of accounts will be refunded to the connected wallet.

  • state: if not set the current active GLAM product will be used
  • --yes: if set, no confirmation prompt will be shown
glam-cli close [state] [--yes]