Install State Space CLI

brew install state-space/state-space/cli

Usage

Usage:
  state-space [command]

Examples:
  state-space init	# Initialize a configuration file
  state-space push	# Pushes contract sources and deployments

Commands:
  init        Creates an empty config file
  push        Push contract source and deployments.

Authentication:
  login       Login to State Space
  logout      Logout of State Space

Additional Commands:
  completion  Generate the autocompletion script for the specified shell
  help        Help about any command

Flags:
      --config string   configuration file
  -h, --help            help for state-space
      --verbose         enable verbose logging
  -v, --version         version for state-space

Use "state-space [command] --help" for more information about a command.

Updating settings in state-space.toml

Visit the configuration settings section here.