forked from softlayer/softlayer-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsnapcraft.yaml
More file actions
30 lines (26 loc) · 789 Bytes
/
snapcraft.yaml
File metadata and controls
30 lines (26 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: slcli # check to see if it's available
version: '5.8.0+git' # check versioning
summary: Python based SoftLayer API Tool. # 79 char long summary
description: |
A command-line interface is also included and can be used to manage various SoftLayer products and services.
grade: stable # must be 'stable' to release into candidate/stable channels
confinement: strict # use 'strict' once you have the right plugs
apps:
slcli:
command: slcli
environment:
LC_ALL: C.UTF-8
plugs:
- home
- network
- network-bind
parts:
my-part:
source: https://github.com/softlayer/softlayer-python
source-type: git
plugin: python
python-version: python3
build-packages:
- python3
stage-packages:
- python3