LinuxCommandLibrary

avo

The official command-line interface for Avo.

TLDR

Initialize a workspace in the current directory

$ avo init
copy


Log into the Avo platform
$ avo login
copy


Switch to an existing Avo branch
$ avo checkout [branch_name]
copy


Pull analytics wrappers for the current path
$ avo pull
copy


Display the status of the Avo implementation
$ avo status
copy


Resolve Git conflicts in Avo files
$ avo conflict
copy


Open the current Avo workspace in the default web browser
$ avo edit
copy


Display help for a subcommand
$ avo [subcommand] --help
copy

Copied to clipboard