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 03c4504 + 8b72304 commit d553786Copy full SHA for d553786
snap/snapcraft.yaml
@@ -1,6 +1,6 @@
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.
+summary: A CLI tool to interact with the SoftLayer API.
4
description: |
5
A command-line interface is also included and can be used to manage various SoftLayer products and services.
6
grade: stable
@@ -24,9 +24,7 @@ parts:
24
source-type: git
25
plugin: python
26
python-version: python3
27
-
28
build-packages:
29
- - python3
30
+ - python3
31
stage-packages:
32
- python3
0 commit comments