Skip to content

Commit

Permalink
Merge pull request #39 from blp1526/usage
Browse files Browse the repository at this point in the history
Add usage
  • Loading branch information
blp1526 authored Dec 12, 2017
2 parents 715f2b7 + 159bbe4 commit 4f89ee8
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,34 @@ Interactive SAKURA Cloud
## Installation

Download a binary from [here](https://github.com/blp1526/isac/releases).

## Usage

1. Create your `$HOME/.usacloud/default/config.json` by below command.

```
$ isac init
```

2. Write your ACCESS TOKEN, ACCESS TOKEN SECRET and default ZONE to `$HOME/.usacloud/default/config.json`.

3. Run below command.

```
$ isac
```

![isac](https://user-images.githubusercontent.com/1040576/33887076-e12c7de8-df8b-11e7-9466-5af9b6af8904.gif)

## Keybindings

|Name|Description|
|-|-|
|ESC, C-c|Exit.|
|Arrow Up, C-p|Move current row up.|
|Arrow Down, C-n|Move current row down.|
|C-u|Power on current row's server.|
|C-r|Refresh rows.|
|BackSpace, C-h|Delete a filter character.|
|C-s|Sort rows.|
|Enter|Show current row's detail.|
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func main() {

app := cli.NewApp()
app.Name = "isac"
app.Usage = "interactive SAKURA Cloud"
app.Usage = "Interactive SAKURA Cloud"
app.Version = version
app.Authors = []cli.Author{
cli.Author{
Expand Down

0 comments on commit 4f89ee8

Please sign in to comment.