Skip to content

Commit 47d5466

Browse files
committed
Merge pull request #248 from scaleway/moul-patch-2
Update README.md
2 parents 5ffee19 + 7f51772 commit 47d5466

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Read the [blog post](https://blog.scaleway.com/2015/05/20/manage-baremetal-serve
1919
2. [Setup](#setup)
2020
* [Requirements](#requirements)
2121
* [Run in Docker](#run-in-docker)
22+
3. [Use in Golang](#use-in-golang)
2223
4. [Usage](#usage)
2324
* [Quick Start](#quick-start)
2425
* [Workflows](#workflows)
@@ -149,6 +150,12 @@ $ docker run -it --rm --volume=$HOME/.scwrc:/.scwrc scaleway/cli ps
149150
3. Install the project: `go get github.com/scaleway/scaleway-cli/...`
150151
4. Run: `scw`
151152

153+
## Use in Golang
154+
155+
Scaleway-cli is written in Go, the code is splitted across multiple `go-get`able [packages](https://github.com/scaleway/scaleway-cli/tree/master/pkg)
156+
157+
* [Scaleway API Go client](https://github.com/scaleway/scaleway-cli/tree/master/pkg/api)
158+
152159
## Usage
153160

154161
Usage inspired by [Docker CLI](https://docs.docker.com/reference/commandline/cli/)

0 commit comments

Comments
 (0)