We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 332d3ea commit f83fc2fCopy full SHA for f83fc2f
snap/snapcraft.yaml
@@ -3,21 +3,17 @@ adopt-info: slcli
3
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
+ SLCLI documentation can be found here: https://softlayer-python.readthedocs.io/en/latest/
7
8
license: MIT
9
10
base: core22
11
grade: stable
12
confinement: strict
13
-assumes:
14
- - command-chain
15
-
16
apps:
17
slcli:
18
command: bin/slcli
19
- command-chain:
20
- - bin/homeishome-launch
21
environment:
22
LC_ALL: C.UTF-8
23
plugs:
@@ -38,9 +34,4 @@ parts:
38
34
- python3
39
35
40
36
stage-packages:
41
- - python3
42
43
- homeishome-launch:
44
- plugin: nil
45
- stage-snaps:
46
- - homeishome-launch
37
+ - python3
0 commit comments