Retter.io Command Line Tool
Rio Command Line Tool
Installation
> npm i -g @rettersoft/rio-cli
Before Starting
Rbs Console > Right Top Dropdown Menu > Settings
NOTE
You should set the admin profile using above credentials by rio set-profile
command
Example:
> rio set-profile --profile-name PROFILE_NAME --secret-id SECRET_ID --secret-key SECRET_KEY
> rio list-profiles
Project Initialization
rio init
Create a new project
> rio init PROJECT_ALIAS
rio generate
Create the rio file for each of classes
> rio generate
Example:
> rio init TEST
> cd TEST
> rio generate
> rio pre-deploy
> rio deploy
Project Pre-Deployment
This step does not make any changes. Just only detects changes
> rio pre-deploy
Project Deployment
> rio deploy