Install
Avo runs on Node >=14.16
. To install the latest version of Avo CLI, run this command:
npm install -g avo
Usage
$ avo --help
avo command
Commands:
avo init Initialize an Avo workspace in the current folder
avo pull [source] Pull analytics wrappers from Avo workspace
avo checkout [branch] Switch branches [aliases: branch]
avo source <command> Manage sources for the current project
avo status [source] Show the status of the Avo implementation
avo merge main Pull the Avo main branch into your current branch
avo conflict Resolve git conflicts in Avo files [aliases: resolve, conflicts]
avo edit Open the Avo workspace in your browser
avo login Log into the Avo platform
avo logout Log out from the Avo platform
avo whoami Shows the currently logged in username
Options:
--version Show version number [boolean]
-v, --verbose make output more verbose [boolean] [default: false]
-f, --force Proceed with merge when incoming branch is open [boolean] [default: false]
--help Show help [boolean]
For more detailed documentation, visit https://www.avo.app/docs/commands
Caught a Bug?
Thank you, you are precious to us :hug: Please send an email to friends@avo.app or file an issue here on GitHub.
How to contribute
Make your changes and add them to the Unreleased section in CHANGELOG.md
How to Create a Release
- Verify that the changes in the Unrelased section in CHANGELOG.md are accurate, create a new heading with the correct semantic version then move the content from the Unreleased section there
- Update the semantic version in
package.json
to match the one you just created in the changelog - Commit with the message "Release " and push the changes
- Publish the package to npm (you'll need to be a maintainer of the avo project in npm)
npm publish