We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b72304 + d553786 commit 6a62dd7Copy full SHA for 6a62dd7
snap/snapcraft.yaml
@@ -1,15 +1,12 @@
1
-name: slcli
+name: slcli # check to see if it's available
2
+version: 'git' # will be replaced by a `git describe` based version string
3
summary: A CLI tool to interact with the SoftLayer API.
-version: 'git'
4
-adopt-info: slcli
5
description: |
6
A command-line interface is also included and can be used to manage various SoftLayer products and services.
7
-
8
-license: MIT
9
10
-base: core18
11
-grade: stable
+grade: stable
12
confinement: strict
+base: core18
+license: MIT
13
14
apps:
15
slcli:
@@ -27,9 +24,7 @@ parts:
27
24
source-type: git
28
25
plugin: python
29
26
python-version: python3
30
31
build-packages:
32
- - python3
33
+ - python3
34
stage-packages:
35
0 commit comments