File tree Expand file tree Collapse file tree 1 file changed +17
-3
lines changed
Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Original file line number Diff line number Diff 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
14141 . [ 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
10881100First 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
11501164First [ Node.js version] ( https://github.com/moul/scaleway-cli-node )
11511165
1152-
1166+ ---
11531167
11541168## Development
11551169
You can’t perform that action at this time.
0 commit comments