UNPKG

exito

Version:
57 lines (36 loc) 2.08 kB
# Exito CLI ## Instalación ```bash npm i exito-cli npm i -g exito-cli ``` Comandos disponibles: ```bash $ exito Usage: exito <command> [options] Commands: init Create basic files and folders for your VTEX app credentials Manage your credentials for aws credentials get Gets the current credentials used in aws credentials clear Clear the current credentials used in aws credentials set <username> <pwd> Sets the current credentials for aws aws Vtex options aws clone <criteria> [all] Clone specific list of projectos from aws, if your add the option <all>, this automatical download all projects found with the specific <criteria> generate Generate options for the project generate vtexjson Create the json file config of vtex generate workspaces Create the workspaces config for develops generate config Get the last config for projects generate docker <environment> Create the docker file for aws code-build for build the proyect in environment production and dev generate template <repository> Create the template for aws cloud-formation for mount the infra structure for continuos integration vtex Vtex options vtex run <command> [all] Execute specific command from vtex, the current commands suport is: <link>, <publish> vtex publish Publish only one component into Vtex, This process create one ramdon workspace in Vtex and publish the component located in the current folder vtex login <account> <workspace> <email> Set credentials for vtex in the config file from vtex Options: -h, --help show help information ``` ## Desarollo local Start `npm run ts-watch` local `sudo npm link` ò `node npm link` ## Promover a npm Publish to npm `sudo npm publish`