github.com/scaleway/scaleway-cli@v1.11.1/contrib/snap/snapcraft.yml (about) 1 # Doesn't work yet 2 3 name: scw 4 version: 1.11 5 summary: Manage BareMetal Servers from Command Line (as easily as with Docker) 6 description: 7 Interact with Scaleway API from the command line. 8 confinement: strict 9 grade: stable 10 11 apps: 12 scw: 13 command: bin/scw 14 plugs: [network] 15 16 parts: 17 scw: 18 plugin: go 19 source: https://github.com/scaleway/scaleway-cli 20 source-type: git 21 source-tag: v1.11 22 go-importpath: github.com/scaleway/scaleway-cli