Skip to content

Commit fdee249

Browse files
author
Quentin Perez
committed
contrib: add basic snapcraft.yml
1 parent 1f1cd06 commit fdee249

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

contrib/snap/snapcraft.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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

0 commit comments

Comments
 (0)