Skip to content

Releases: AgoraIO/cli

v0.2.0

05 May 10:27
v0.2.0
65200fb

Choose a tag to compare

Changelog

v0.1.9

30 Apr 11:21
v0.1.9
919ef52

Choose a tag to compare

Changelog

  • 27652f3: fix(upgrade): use install receipts for upgrade detection - manual vs package manager (@digitallysavvy)

v0.1.8

30 Apr 10:53
v0.1.8
2988f94

Choose a tag to compare

Changelog

v0.1.7

30 Apr 05:48
v0.1.7
4523bed

Choose a tag to compare

Changelog

v0.1.6

28 Apr 11:19
v0.1.6
fe2351d

Choose a tag to compare

Initial release of new Golang based CLI tool for Agora.

Agora CLI manages three distinct workflows:

  auth        Authenticate this machine with Agora Console
  project     Manage remote Agora project resources and env values
  quickstart  Clone official standalone quickstart repositories
  init        Create a project and quickstart in one onboarding flow

Use "agora init" for the fastest path to a runnable demo.
Use "agora --help --all" to inspect the full command tree with descriptions and flags.
Use "agora --help --all --json" for a machine-readable command tree (agent tooling).

Usage:
  agora [command]

Examples:
agora login
  agora whoami
  agora logout
  agora init my-nextjs-demo --template nextjs
  agora init my-python-demo --template python
  agora init my-go-demo --template go
  agora project doctor --json
  agora --help --all
  agora --help --all --json

Available Commands:
  auth        Manage Agora authentication
  completion  Generate the autocompletion script for the specified shell
  config      Manage persisted Agora CLI defaults
  help        Help about any command
  init        Create a project, clone a quickstart, and write env in one flow
  login       Authenticate with Agora Console
  logout      Clear the local Agora session
  project     Manage remote Agora project resources
  quickstart  Clone official standalone Agora quickstarts
  whoami      Show the current auth status

Flags:
      --all             show the full command tree in help output
  -h, --help            help for agora
      --json            shortcut for --output json
      --output string   output mode for command results: pretty or json
  -v, --version         version for agora

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

Full Changelog: v0.1.4...v0.1.6