Skip to content

Personal CLI tool to interact with Alibaba cloud platform

License

Notifications You must be signed in to change notification settings

williamchanrico/ali

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ali... that's it.

🏡
CLI tool to ease the interaction with Alibaba Cloud
A small tool to simplify everyday tasks.

Introduction

Your personal CLI tool to interact with Aliyun or Alibaba Cloud console.

asciicast

Setup

> /home/william/.ali.yaml
---
ALICLOUD_ACCESS_KEY: <YOUR_ACCESS_KEY>
ALICLOUD_SECRET_KEY: <YOUR_SECRET_KEY>
ALICLOUD_REGION_ID: <REGION_ID>

It can also be read from Env variable.

Supports dep ensure -v.

Usage

$ ali help
Personal CLI tool to interact with Aliyun or Alibaba Cloud console.

Usage:
  ali [command]

Available Commands:
  change      Change attributes of cloud objects
  downscale   Remove all upscaled instance down to minimum instance.
  et          Query Event-Trigger Task(s) from aliyun.
  help        Help about any command
  ip          Query active IP(s) of a service hostgroup
  memoryUsage Get and calculate the memory usage of instance(s) by hostgroups
  price       Show real-time price per hour for the instance type in USD (default region: ap-southeast-1).
  sg          Query active ScalingGroup of a service by name
  upscale     Upscale a scaling group to add specified number of instances.

Flags:
      --config string   config file (default is $HOME/.ali.yaml)
  -h, --help            help for ali

Use "ali [command] --help" for more information about a command.

Go Version

$ go version
go version go1.11 linux/amd64

About

Personal CLI tool to interact with Alibaba cloud platform

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages