File tree Expand file tree Collapse file tree 1 file changed +7
-12
lines changed
Expand file tree Collapse file tree 1 file changed +7
-12
lines changed Original file line number Diff line number Diff line change 1- name : slcli
2- adopt-info : slcli
1+ name : slcli # check to see if it's available
2+ version : ' git' # will be replaced by a `git describe` based version string
3+ summary : Python based SoftLayer API Tool.
34description : |
45 A command-line interface is also included and can be used to manage various SoftLayer products and services.
5-
6- license : MIT
7-
8- base : core18
9- grade : stable
6+ grade : stable
107confinement : strict
8+ base : core18
9+ license : MIT
1110
1211apps :
1312 slcli :
@@ -23,15 +22,11 @@ parts:
2322 slcli :
2423 source : https://github.com/softlayer/softlayer-python
2524 source-type : git
26- summary : A CLI tool to interact with the SoftLayer API.
2725 plugin : python
2826 python-version : python3
29- override-pull : |
30- snapcraftctl pull
31- snapcraftctl set-version "$(git describe --tags | sed 's/^v//')"
3227
3328 build-packages :
3429 - python3
3530
3631 stage-packages :
37- - python3
32+ - python3
You can’t perform that action at this time.
0 commit comments