-
Notifications
You must be signed in to change notification settings - Fork 2
/
ouctl.yaml
executable file
·62 lines (62 loc) · 1.55 KB
/
ouctl.yaml
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: ouctl
spec:
version: "v_VERSION_"
homepage: https://github.com/tremolosecurity/openunison-control
shortDescription: "Deploy OpenUnison for authentication and automation"
description: Deploys OpenUnison, see https://openunison.github.io/deployauth/ for details
platforms:
- selector:
matchLabels:
os: darwin
arch: amd64
uri: https://nexus.tremolo.io/repository/_REPO_/ouctl-_VERSION_-macos.zip
sha256: _MAC_SHA_
files:
- from: "ouctl"
to: "ouctl"
- from: "LICENSE"
to: "LICENSE"
bin: ouctl
- selector:
matchLabels:
os: darwin
arch: arm64
uri: https://nexus.tremolo.io/repository/_REPO_/ouctl-_VERSION_-macos-arm64.zip
sha256: _MAC_ARM64_SHA_
files:
- from: "ouctl"
to: "ouctl"
- from: "LICENSE"
to: "LICENSE"
bin: ouctl
- selector:
matchExpressions:
- key: "os"
operator: "In"
values:
- linux
uri: https://nexus.tremolo.io/repository/_REPO_/ouctl-_VERSION_-linux.zip
sha256: _LINUX_SHA_
files:
- from: "ouctl"
to: "ouctl"
- from: "LICENSE"
to: "LICENSE"
bin: ouctl
- selector:
matchExpressions:
- key: "os"
operator: "In"
values:
- windows
uri: https://nexus.tremolo.io/repository/_REPO_/ouctl-_VERSION_-win.zip
sha256: _WIN_SHA_
files:
- from: "ouctl.exe"
to: "ouctl.exe"
- from: "LICENSE"
to: "LICENSE"
bin: ouctl.exe