Skip to content

Commit 18a5e05

Browse files
committed
Update README.md
1 parent b7e3ea0 commit 18a5e05

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

README.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Interact with Scaleway API from the command line.
88
![License](https://img.shields.io/github/license/scaleway/scaleway-cli.svg)
99

1010
![Scaleway CLI logo](https://fr-1.storage.online.net/scaleway/blog/images/terminalcli.png)
11-
11+
c
1212
#### Table of Contents
1313

1414
1. [Overview](#overview)
@@ -1020,7 +1020,7 @@ $ scw inspect myserver | jq '.[0].public_ip.address'
10201020

10211021
## Changelog
10221022

1023-
### master (unreleased)
1023+
### master (unreleased)
10241024

10251025
#### Features
10261026

@@ -1030,6 +1030,10 @@ $ scw inspect myserver | jq '.[0].public_ip.address'
10301030

10311031
* No entry
10321032

1033+
View full [commits list](https://github.com/scaleway/scaleway-cli/compare/v1.2.0...master)
1034+
1035+
---
1036+
10331037
### 1.2.0 (2015-07-29)
10341038

10351039
#### Features
@@ -1059,6 +1063,10 @@ $ scw inspect myserver | jq '.[0].public_ip.address'
10591063
* `scw run|create SNAPSHOT`, raised an error if snapshot does not have base volume
10601064
* `scw stop -t` removes server entry from cache
10611065

1066+
View full [commits list](https://github.com/scaleway/scaleway-cli/compare/v1.1.0...v1.2.0)
1067+
1068+
---
1069+
10621070
### 1.1.0 (2015-06-12)
10631071

10641072
#### Features
@@ -1083,6 +1091,10 @@ $ scw inspect myserver | jq '.[0].public_ip.address'
10831091
* Fixed `scw login` parameters parsing
10841092
* Speed and stability improvements
10851093

1094+
View full [commits list](https://github.com/scaleway/scaleway-cli/compare/v1.0.0...v1.1.0)
1095+
1096+
---
1097+
10861098
### 1.0.0 (2015-06-05)
10871099

10881100
First Golang version.
@@ -1145,11 +1157,13 @@ For previous Node.js versions, see [scaleway-cli-node](https://github.com/moul/s
11451157

11461158
[gopkg.in/scaleway/scaleway-cli.v1](http://gopkg.in/scaleway/scaleway-cli.v1)
11471159

1160+
---
1161+
11481162
### POC (2015-03-20)
11491163

11501164
First [Node.js version](https://github.com/moul/scaleway-cli-node)
11511165

1152-
1166+
---
11531167

11541168
## Development
11551169

0 commit comments

Comments
 (0)