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.
1 parent 97efa33 commit 8b72304Copy full SHA for 8b72304
snap/snapcraft.yaml
@@ -1,4 +1,6 @@
1
name: slcli
2
+summary: A CLI tool to interact with the SoftLayer API.
3
+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.
@@ -23,13 +25,9 @@ parts:
23
25
slcli:
24
26
source: https://github.com/softlayer/softlayer-python
27
source-type: git
- summary: A CLI tool to interact with the SoftLayer API.
28
plugin: python
29
python-version: python3
- override-pull: |
30
- snapcraftctl pull
31
- snapcraftctl set-version "$(git describe --tags | sed 's/^v//')"
32
-
+
33
build-packages:
34
- python3
35
0 commit comments