From 8940063e55cce5c8845e118f8593cb84d75c3b70 Mon Sep 17 00:00:00 2001 From: Axel Navarro Date: Wed, 8 Sep 2021 11:42:01 -0300 Subject: [PATCH] avo: add page (#6483) --- pages/common/avo.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 pages/common/avo.md diff --git a/pages/common/avo.md b/pages/common/avo.md new file mode 100644 index 000000000..89da6c5df --- /dev/null +++ b/pages/common/avo.md @@ -0,0 +1,36 @@ +# avo + +> The official command-line interface for Avo. +> More information: . + +- Initialize a workspace in the current directory: + +`avo init` + +- Log into the Avo platform: + +`avo login` + +- Switch to an existing Avo branch: + +`avo checkout {{branch_name}}` + +- Pull analytics wrappers for the current path: + +`avo pull` + +- Display the status of the Avo implementation: + +`avo status` + +- Resolve Git conflicts in Avo files: + +`avo conflict` + +- Open the current Avo workspace in the default web browser: + +`avo edit` + +- Display help for a subcommand: + +`avo {{subcommand}} --help`