# alauda **Repository Path**: chengjt/alauda ## Basic Information - **Project Name**: alauda - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-06-28 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # alauda-cli The command-line interface for Alauda.io. ## Usage ``` $ alauda Alauda CLI Usage: alauda [command] Available Commands: cluster Manage clusters compose Manage application compose create Create a new service help Help about any command inspect Inspect a service lb Manage load balancers login Log onto the Alauda platform logout Log out of the Alauda platform ps List services restart Restart a service rm Remove a service run Create and start a new service scale Scale a service to the specified number of instances service Manage services space Manage spaces start Start a service stop Stop a service update Update a service version Display version of Alauda CLI volume Manage volumes Flags: --config string config file (default: $HOME/.alauda.yml) -h, --help help for alauda Use "alauda [command] --help" for more information about a command. ``` ## Running Tests 1. Use `alauda login` to log into an Alauda account. 2. Add the following settings to the config file (default at `$HOME/.alauda.yml`): ``` test: cluster: image: lb: service: app: space: volume: ``` 3. Run `go test`.