Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 999 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 999 Bytes

English | 简体中文

Overview

GIC CLI is a command line tool for Capitalonline Cloud Platform. It is designed for managing your own cloud resources easily.

Currently the project is based on gic-cloud-sdk-go.

Features

USAGE:
   gic [global options] command [command options] [arguments...]

VERSION:
   v1.0.0

COMMANDS:
   login, l            login GIC platform to get the token and store it locally
   os, os              manage the available os, you can `list` `search`
   datacenter, dc      manage the gic datacenter instances, you can `list`,`create`,`delete`,`info`
   virtualmachine, vm  manage the gic normal vm instances, you can `list`,`create`,`delete`,`resetos`
   help, h             Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --help, -h     show help (default: false)
   --version, -v  print the version (default: false)

Installation

Demo