File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ Read the [blog post](https://blog.scaleway.com/2015/05/20/manage-baremetal-serve
19192 . [ Setup] ( #setup )
2020 * [ Requirements] ( #requirements )
2121 * [ Run in Docker] ( #run-in-docker )
22+ 3 . [ Use in Golang] ( #use-in-golang )
22234 . [ 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
1491503 . Install the project: ` go get github.com/scaleway/scaleway-cli/... `
1501514 . 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
154161Usage inspired by [ Docker CLI] ( https://docs.docker.com/reference/commandline/cli/ )
You can’t perform that action at this time.
0 commit comments