snippetbashTip
avo — The official interface for Avo. More information: <https://www.avo.app/docs/implementation/cli>.
Viewed 0 times
officialthecommandavointerfaceclifor
Problem
How to use the
avo command: The official interface for Avo. More information: <https://www.avo.app/docs/implementation/cli>.Solution
avo — The official interface for Avo. More information: <https://www.avo.app/docs/implementation/cli>.Initialize a workspace in the current directory:
avo initLog into the Avo platform:
avo loginSwitch to an existing Avo branch:
avo checkout {{branch_name}}Pull analytics wrappers for the current path:
avo pullDisplay the status of the Avo implementation:
avo statusResolve Git conflicts in Avo files:
avo conflictOpen the current Avo workspace in the default web browser:
avo editDisplay help for a subcommand:
avo {{subcommand}} --helpCode Snippets
Initialize a workspace in the current directory
avo initLog into the Avo platform
avo loginSwitch to an existing Avo branch
avo checkout {{branch_name}}Pull analytics wrappers for the current path
avo pullDisplay the status of the Avo implementation
avo statusContext
tldr-pages: common/avo
Revisions (0)
No revisions yet.