codefresh 0.88.2 → 0.88.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.nvmrc CHANGED
@@ -1 +1 @@
1
- v18.17.1
1
+ v22.11.0
package/Dockerfile CHANGED
@@ -1,44 +1,39 @@
1
1
  # go hub binary
2
- FROM golang:alpine as go
2
+ FROM golang:alpine AS go
3
3
  RUN apk --update add ca-certificates git
4
4
  RUN go install github.com/github/hub@latest
5
5
 
6
6
  # python yq binary
7
- FROM six8/pyinstaller-alpine:alpine-3.6-pyinstaller-v3.4 as yq
7
+ FROM six8/pyinstaller-alpine:alpine-3.6-pyinstaller-v3.4 AS yq
8
8
  ARG YQ_VERSION=2.10.0
9
9
  ENV PATH="/pyinstaller:$PATH"
10
10
  RUN pip install yq==${YQ_VERSION}
11
11
  RUN pyinstaller --noconfirm --onefile --log-level DEBUG --clean --distpath /tmp/ $(which yq)
12
12
 
13
13
  # kubectl binary
14
- FROM bitnami/kubectl:1.27.4 as kubectl
14
+ FROM bitnami/kubectl:1.30.6 AS kubectl
15
15
 
16
16
  # Main
17
- FROM node:18.17.1-alpine3.18
18
-
17
+ FROM node:22.11.0-alpine3.20
19
18
  RUN apk --update add --no-cache \
20
19
  bash \
21
20
  ca-certificates \
22
21
  curl \
23
22
  git \
24
23
  jq
25
-
24
+ RUN npm upgrade -g npm
26
25
  COPY --from=go /go/bin/hub /usr/local/bin/hub
27
26
  COPY --from=yq /tmp/yq /usr/local/bin/yq
28
27
  COPY --from=kubectl /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/
29
-
30
28
  WORKDIR /cf-cli
31
-
32
29
  COPY package.json yarn.lock check-version.js run-check-version.js /cf-cli/
33
-
34
30
  RUN yarn install --prod --frozen-lockfile && \
35
31
  yarn cache clean
36
-
37
32
  COPY . /cf-cli
38
-
39
33
  RUN yarn generate-completion
40
-
41
34
  RUN ln -s $(pwd)/lib/interface/cli/codefresh /usr/local/bin/codefresh
42
-
43
35
  RUN codefresh components update --location components
36
+
37
+ # Node.js warnings must be suppressed to ensure that automations relying on exact output are not disrupted
38
+ ENV NODE_NO_WARNINGS=1
44
39
  ENTRYPOINT ["codefresh"]
package/Dockerfile-debian CHANGED
@@ -11,11 +11,10 @@ RUN pip install yq==${YQ_VERSION}
11
11
  RUN pyinstaller --noconfirm --onefile --log-level DEBUG --clean --distpath /tmp/ $(which yq)
12
12
 
13
13
  # kubectl binary
14
- FROM bitnami/kubectl:1.27.4 as kubectl
14
+ FROM bitnami/kubectl:1.30.6 as kubectl
15
15
 
16
16
  # Main
17
- FROM node:18.17.1-bullseye-slim
18
-
17
+ FROM node:22.11.0-bullseye-slim
19
18
  RUN apt update \
20
19
  && apt -y install \
21
20
  apt-transport-https \
@@ -26,24 +25,19 @@ RUN apt update \
26
25
  git \
27
26
  jq \
28
27
  && ln -s /bin/busybox /usr/bin/[[
29
-
28
+ RUN npm upgrade -g npm
30
29
  COPY --from=go /go/bin/hub /usr/local/bin/hub
31
30
  COPY --from=yq /tmp/yq /usr/local/bin/yq
32
31
  COPY --from=kubectl /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/
33
-
34
32
  WORKDIR /cf-cli
35
-
36
33
  COPY package.json yarn.lock check-version.js run-check-version.js /cf-cli/
37
-
38
34
  RUN yarn install --prod --frozen-lockfile && \
39
35
  yarn cache clean
40
-
41
36
  COPY . /cf-cli
42
-
43
37
  RUN yarn generate-completion
44
-
45
38
  RUN ln -s $(pwd)/lib/interface/cli/codefresh /usr/local/bin/codefresh
46
-
47
39
  RUN codefresh components update --location components
48
40
 
41
+ # Node.js warnings must be suppressed to ensure that automations relying on exact output are not disrupted
42
+ ENV NODE_NO_WARNINGS=1
49
43
  ENTRYPOINT ["codefresh"]
@@ -11,11 +11,10 @@ RUN pip install yq==${YQ_VERSION}
11
11
  RUN pyinstaller --noconfirm --onefile --log-level DEBUG --clean --distpath /tmp/ $(which yq)
12
12
 
13
13
  # kubectl binary
14
- FROM bitnami/kubectl:1.27.4 as kubectl
14
+ FROM bitnami/kubectl:1.30.6 as kubectl
15
15
 
16
16
  # Main
17
- FROM node:18.17.1-bullseye-slim
18
-
17
+ FROM node:22.11.0-bullseye-slim
19
18
  RUN apt update \
20
19
  && apt -y install \
21
20
  bash \
@@ -25,26 +24,18 @@ RUN apt update \
25
24
  git \
26
25
  jq \
27
26
  && ln -s /bin/busybox /usr/bin/[[
28
-
27
+ RUN npm upgrade -g npm
29
28
  COPY --from=go /go/bin/hub /usr/local/bin/hub
30
29
  COPY --from=yq /tmp/yq /usr/local/bin/yq
31
30
  COPY --from=kubectl /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/
32
-
33
31
  WORKDIR /cf-cli
34
-
35
32
  COPY package.json yarn.lock check-version.js run-check-version.js /cf-cli/
36
-
37
33
  RUN yarn install --prod --frozen-lockfile && \
38
34
  yarn cache clean
39
-
40
35
  COPY . /cf-cli
41
-
42
36
  RUN yarn generate-completion
43
-
44
37
  RUN ln -s $(pwd)/lib/interface/cli/codefresh /usr/local/bin/codefresh
45
-
46
38
  RUN codefresh components update --location components
47
-
48
39
  # we keep /root as home directory because cli by default looks for $HOME/.cfconfig
49
40
  # and we do not want to break user automation if they used to bind their .cfconfig
50
41
  # to the /root/.cfconfig
@@ -53,6 +44,7 @@ RUN useradd -m -d /root -s /bin/sh cfu \
53
44
  && chgrp -R $(id -g cfu) /root /cf-cli \
54
45
  && chmod -R g+rwX /root
55
46
 
47
+ # Node.js warnings must be suppressed to ensure that automations relying on exact output are not disrupted
48
+ ENV NODE_NO_WARNINGS=1
56
49
  USER cfu
57
-
58
50
  ENTRYPOINT ["codefresh"]
@@ -11,37 +11,28 @@ RUN pip install yq==${YQ_VERSION}
11
11
  RUN pyinstaller --noconfirm --onefile --log-level DEBUG --clean --distpath /tmp/ $(which yq)
12
12
 
13
13
  # kubectl binary
14
- FROM bitnami/kubectl:1.27.4 as kubectl
14
+ FROM bitnami/kubectl:1.30.6 as kubectl
15
15
 
16
16
  # Main
17
- FROM node:18.17.1-alpine3.18
18
-
17
+ FROM node:22.11.0-alpine3.20
19
18
  RUN apk --update add --no-cache \
20
19
  bash \
21
20
  ca-certificates \
22
21
  curl \
23
22
  git \
24
23
  jq
25
-
24
+ RUN npm upgrade -g npm
26
25
  COPY --from=go /go/bin/hub /usr/local/bin/hub
27
26
  COPY --from=yq /tmp/yq /usr/local/bin/yq
28
27
  COPY --from=kubectl /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/
29
-
30
28
  WORKDIR /cf-cli
31
-
32
29
  COPY package.json yarn.lock check-version.js run-check-version.js /cf-cli/
33
-
34
30
  RUN yarn install --prod --frozen-lockfile && \
35
31
  yarn cache clean
36
-
37
32
  COPY . /cf-cli
38
-
39
33
  RUN yarn generate-completion
40
-
41
34
  RUN ln -s $(pwd)/lib/interface/cli/codefresh /usr/local/bin/codefresh
42
-
43
35
  RUN codefresh components update --location components
44
-
45
36
  # we keep /root as home directory because cli by default looks for $HOME/.cfconfig
46
37
  # and we do not want to break user automation if they used to bind their .cfconfig
47
38
  # to the /root/.cfconfig
@@ -50,6 +41,7 @@ RUN adduser -D -h /root -s /bin/sh cfu \
50
41
  && chgrp -R $(id -g cfu) /root /cf-cli \
51
42
  && chmod -R g+rwX /root
52
43
 
44
+ # Node.js warnings must be suppressed to ensure that automations relying on exact output are not disrupted
45
+ ENV NODE_NO_WARNINGS=1
53
46
  USER cfu
54
-
55
47
  ENTRYPOINT ["codefresh"]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codefresh",
3
- "version": "0.88.2",
3
+ "version": "0.88.3",
4
4
  "description": "Codefresh command line utility",
5
5
  "main": "index.js",
6
6
  "preferGlobal": true,
@@ -9,7 +9,7 @@
9
9
  "test": "jest .spec.js --coverage",
10
10
  "e2e": "bash e2e/e2e.spec.sh",
11
11
  "eslint": "eslint --fix lib/logic/**",
12
- "pkg": "pkg . -t node16-alpine-x64,node16-alpine-arm64,node16-macos-x64,node16-linux-x64,node16-win-x64,node16-linux-arm64 --out-path ./dist",
12
+ "pkg": "npx pkg . -t node22-alpine-x64,node22-alpine-arm64,node22-macos-x64,node22-linux-x64,node22-win-x64,node22-linux-arm64 --out-path ./dist",
13
13
  "serve-docs": "yarn build-local-docs && cd temp && hugo server -D",
14
14
  "serve-docs-beta": "ALLOW_BETA_COMMANDS=true yarn build-local-docs && cd temp && hugo server -D",
15
15
  "build-local-docs": "node ./docs/index.js",
@@ -32,17 +32,10 @@
32
32
  "assets": "lib/**/*.hbs"
33
33
  },
34
34
  "resolutions": {
35
- "websocket-extensions": "^0.1.4",
36
- "lodash": "^4.17.21",
37
35
  "json-schema": "^0.4.0",
38
- "ajv": "^6.12.6",
39
- "normalize-url": "^4.5.1",
40
36
  "ansi-regex": "^5.0.1",
41
- "y18n": "^4.0.1",
42
- "shelljs": "^0.8.5",
43
- "codefresh-sdk/swagger-client/qs": "6.9.7",
44
- "kubernetes-client/qs": "6.9.7",
45
- "**/request/qs": "6.5.3"
37
+ "kubernetes-client/@kubernetes/client-node": ">=0.22.2",
38
+ "tough-cookie": "^4.1.3"
46
39
  },
47
40
  "dependencies": {
48
41
  "@codefresh-io/docker-reference": "^0.0.5",
@@ -64,7 +57,7 @@
64
57
  "figlet": "^1.4.0",
65
58
  "filesize": "^3.5.11",
66
59
  "firebase": "git+https://github.com/codefresh-io/firebase.git#80b2ed883ff281cd67b53bd0f6a0bbd6f330fed5",
67
- "flat": "^4.1.1",
60
+ "flat": "^5.0.2",
68
61
  "inquirer": "^7.1.0",
69
62
  "js-yaml": "^3.10.0",
70
63
  "kefir": "^3.8.1",
@@ -79,7 +72,7 @@
79
72
  "promise-retry": "^2.0.1",
80
73
  "recursive-readdir": "^2.2.3",
81
74
  "request": "^2.88.0",
82
- "request-promise": "^4.2.2",
75
+ "request-promise": "^4.2.6",
83
76
  "requestretry": "^7.0.2",
84
77
  "rimraf": "^2.6.2",
85
78
  "semver": "^7.5.4",
@@ -92,13 +85,13 @@
92
85
  },
93
86
  "devDependencies": {
94
87
  "@types/node-forge": "^1.0.1",
88
+ "@yao-pkg/pkg": "^6.1.1",
95
89
  "eslint": "^7.32.0",
96
90
  "eslint-config-airbnb-base": "^15.0.0",
97
91
  "eslint-plugin-import": "^2.25.4",
98
92
  "eslint-plugin-jest": "^27.6.3",
99
93
  "hugo-cli": "^0.5.4",
100
- "jest": "^29.7.0",
101
- "pkg": "5.5.2"
94
+ "jest": "^29.7.0"
102
95
  },
103
96
  "bugs": {
104
97
  "url": "https://github.com/codefresh-io/cli/issues"
@@ -114,5 +107,6 @@
114
107
  "setupFiles": [
115
108
  "./test-setup.js"
116
109
  ]
117
- }
110
+ },
111
+ "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
118
112
  }
Binary file
Binary file
Binary file
@@ -1 +0,0 @@
1
- {"codefresh":{"analyze":{},"completion":{},"completions":{"alias":"completion"},"tag":{},"untag":{},"offline-logs":{"ensure-index":{},"offload-to-collection":{},"offload-to-file":{}},"run":{"__optionHandlers":["../commands/pipeline/run.completion.js"]},"add":{"repository":{},"repo":{"alias":"repository"}},"annotate":{"image":{},"img":{"alias":"image"}},"patch":{"__optionHandlers":["../commands/root/apply.completion.js"],"agent":{"__optionHandlers":["../commands/root/apply.completion.js"]},"board":{"__optionHandlers":["../commands/root/apply.completion.js"]},"project":{"__optionHandlers":["../commands/root/apply.completion.js"]},"runtime-environments":{"__optionHandlers":["../commands/root/apply.completion.js"]},"re":{"alias":"runtime-environments"},"runtime-environment":{"alias":"runtime-environments"},"section":{"__optionHandlers":["../commands/root/apply.completion.js"]},"system-runtime-environments":{"__optionHandlers":["../commands/root/apply.completion.js"]},"sys-re":{"alias":"system-runtime-environments"},"system-runtime-environment":{"alias":"system-runtime-environments"},"teams":{"__optionHandlers":["../commands/root/apply.completion.js"]},"team":{"alias":"teams"},"tm":{"alias":"teams"},"tokens":{"__optionHandlers":["../commands/root/apply.completion.js"]},"token":{"alias":"tokens"},"helm-repo":{"__optionHandlers":["../commands/root/apply.completion.js"]},"context":{"__optionHandlers":["../commands/root/apply.completion.js"]},"ctx":{"alias":"context"}},"assign":{"system-runtime-environments":{},"sys-re":{"alias":"system-runtime-environments"},"system-runtime-environment":{"alias":"system-runtime-environments"}},"auth":{"create-context":{},"current-context":{},"get-contexts":{},"use-context":{}},"components":{"download":{},"update":{}},"create":{"__optionHandlers":["../commands/root/create.completion.js"],"agent":{"__optionHandlers":["../commands/root/create.completion.js"]},"clusters":{"__optionHandlers":["../commands/root/create.completion.js"]},"cluster":{"alias":"clusters"},"annotation":{"__optionHandlers":["../commands/root/create.completion.js"]},"board":{"__optionHandlers":["../commands/root/create.completion.js"]},"composition":{"__optionHandlers":["../commands/composition/create.completion.js","../commands/root/create.completion.js"]},"com":{"alias":"composition"},"project":{"__optionHandlers":["../commands/root/create.completion.js"]},"runtime-environments":{"__optionHandlers":["../commands/root/create.completion.js"]},"re":{"alias":"runtime-environments"},"runtime-environment":{"alias":"runtime-environments"},"section":{"__optionHandlers":["../commands/root/create.completion.js"]},"teams":{"__optionHandlers":["../commands/root/create.completion.js"]},"team":{"alias":"teams"},"tm":{"alias":"teams"},"token":{"__optionHandlers":["../commands/root/create.completion.js"]},"helm-repo":{"__optionHandlers":["../commands/root/create.completion.js"]},"registry":{"__optionHandlers":["../commands/root/create.completion.js"],"standard":{"__optionHandlers":["../commands/root/create.completion.js"]}},"trigger":{"__optionHandlers":["../commands/root/create.completion.js"]},"t":{"alias":"trigger"},"trigger-event":{"__optionHandlers":["../commands/root/create.completion.js"]},"te":{"alias":"trigger-event"},"workflow-data-item":{"__optionHandlers":["../commands/root/create.completion.js"]},"wdi":{"alias":"workflow-data-item"},"context":{"__optionHandlers":["../commands/root/create.completion.js"],"config":{"__optionHandlers":["../commands/root/create.completion.js"]},"secret":{"__optionHandlers":["../commands/root/create.completion.js"]},"secret-yaml":{"__optionHandlers":["../commands/root/create.completion.js"]},"yaml":{"__optionHandlers":["../commands/root/create.completion.js"]},"git":{"__optionHandlers":["../commands/root/create.completion.js"],"bitbucket":{"__optionHandlers":["../commands/root/create.completion.js"]},"github":{"__optionHandlers":["../commands/root/create.completion.js"]},"gitlab":{"__optionHandlers":["../commands/root/create.completion.js"]},"stash":{"__optionHandlers":["../commands/root/create.completion.js"]}},"helm-repository":{"__optionHandlers":["../commands/root/create.completion.js"],"http":{"__optionHandlers":["../commands/root/create.completion.js"]},"s3":{"__optionHandlers":["../commands/root/create.completion.js"]}},"secret-store":{"__optionHandlers":["../commands/root/create.completion.js"],"hashicorp-vault":{"__optionHandlers":["../commands/root/create.completion.js"]},"kubernetes-runtime":{"__optionHandlers":["../commands/root/create.completion.js"]},"kubernetes":{"__optionHandlers":["../commands/root/create.completion.js"]}}},"ctx":{"alias":"context","config":{"__optionHandlers":["../commands/root/create.completion.js"]},"secret":{"__optionHandlers":["../commands/root/create.completion.js"]},"secret-yaml":{"__optionHandlers":["../commands/root/create.completion.js"]},"yaml":{"__optionHandlers":["../commands/root/create.completion.js"]},"git":{"__optionHandlers":["../commands/root/create.completion.js"],"bitbucket":{"__optionHandlers":["../commands/root/create.completion.js"]},"github":{"__optionHandlers":["../commands/root/create.completion.js"]},"gitlab":{"__optionHandlers":["../commands/root/create.completion.js"]},"stash":{"__optionHandlers":["../commands/root/create.completion.js"]}},"helm-repository":{"__optionHandlers":["../commands/root/create.completion.js"],"http":{"__optionHandlers":["../commands/root/create.completion.js"]},"s3":{"__optionHandlers":["../commands/root/create.completion.js"]}},"secret-store":{"__optionHandlers":["../commands/root/create.completion.js"],"hashicorp-vault":{"__optionHandlers":["../commands/root/create.completion.js"]},"kubernetes-runtime":{"__optionHandlers":["../commands/root/create.completion.js"]},"kubernetes":{"__optionHandlers":["../commands/root/create.completion.js"]}}}},"delete":{"__optionHandlers":["../commands/root/delete.completion.js"],"agent":{"__optionHandlers":["../commands/root/delete.completion.js"]},"annotation":{"__optionHandlers":["../commands/root/delete.completion.js"]},"board":{"__optionHandlers":["../commands/root/delete.completion.js"]},"cluster":{"__optionHandlers":["../commands/root/delete.completion.js"]},"clusters":{"alias":"cluster"},"environment":{"__optionHandlers":["../commands/root/delete.completion.js"]},"env":{"alias":"environment"},"composition":{"__optionHandlers":["../commands/root/delete.completion.js"]},"com":{"alias":"composition"},"project":{"__optionHandlers":["../commands/root/delete.completion.js"]},"pipeline":{"__optionHandlers":["../commands/root/delete.completion.js"]},"pip":{"alias":"pipeline"},"repository":{"__optionHandlers":["../commands/root/delete.completion.js"]},"repo":{"alias":"repository"},"runtime-environments":{"__optionHandlers":["../commands/root/delete.completion.js"]},"re":{"alias":"runtime-environments"},"runtime-environment":{"alias":"runtime-environments"},"section":{"__optionHandlers":["../commands/root/delete.completion.js"]},"step-type":{"__optionHandlers":["../commands/root/delete.completion.js"]},"system-runtime-environments":{"__optionHandlers":["../commands/root/delete.completion.js"]},"sys-re":{"alias":"system-runtime-environments"},"system-runtime-environment":{"alias":"system-runtime-environments"},"teams":{"__optionHandlers":["../commands/root/delete.completion.js"]},"team":{"alias":"teams"},"tm":{"alias":"teams"},"tokens":{"__optionHandlers":["../commands/root/delete.completion.js"]},"token":{"alias":"tokens"},"helm-repo":{"__optionHandlers":["../commands/root/delete.completion.js"]},"registry":{"__optionHandlers":["../commands/root/delete.completion.js"]},"trigger":{"__optionHandlers":["../commands/root/delete.completion.js"]},"t":{"alias":"trigger"},"trigger-event":{"__optionHandlers":["../commands/root/delete.completion.js"]},"te":{"alias":"trigger-event"},"context":{"__optionHandlers":["../commands/root/delete.completion.js"]},"ctx":{"alias":"context"}},"diff":{"__optionHandlers":["../commands/root/diff.completion.js"],"runtime-environments":{"__optionHandlers":["../commands/root/diff.completion.js"]},"re":{"alias":"runtime-environments"},"runtime-environment":{"alias":"runtime-environments"},"system-runtime-environments":{"__optionHandlers":["../commands/root/diff.completion.js"]},"sys-re":{"alias":"system-runtime-environments"},"system-runtime-environment":{"alias":"system-runtime-environments"}},"download":{"audit":{}},"generate":{"image-pull-secret":{}},"get":{"__optionHandlers":["../commands/root/get.completion.js"],"runtime-environment-base-images":{"__optionHandlers":["../commands/root/get.completion.js"]},"re-base-images":{"alias":"runtime-environment-base-images"},"agents":{"__optionHandlers":["../commands/root/get.completion.js"]},"agent":{"alias":"agents"},"annotation":{"__optionHandlers":["../commands/root/get.completion.js"]},"boards":{"__optionHandlers":["../commands/root/get.completion.js"]},"board":{"alias":"boards"},"clusters":{"__optionHandlers":["../commands/root/get.completion.js"]},"cluster":{"alias":"clusters"},"environments":{"__optionHandlers":["../commands/root/get.completion.js"]},"env":{"alias":"environments"},"environment":{"alias":"environments"},"compositions":{"__optionHandlers":["../commands/root/get.completion.js"]},"com":{"alias":"compositions"},"composition":{"alias":"compositions"},"images":{"__optionHandlers":["../commands/root/get.completion.js"]},"img":{"alias":"images"},"image":{"alias":"images"},"projects":{"__optionHandlers":["../commands/root/get.completion.js"]},"project":{"alias":"projects"},"pipelines":{"__positionalHandler":"../commands/pipeline/get.completion.js","__optionHandlers":["../commands/root/get.completion.js"]},"pip":{"alias":"pipelines"},"pipeline":{"alias":"pipelines"},"repository":{"__optionHandlers":["../commands/root/get.completion.js"]},"repo":{"alias":"repository"},"runtime-environments":{"__optionHandlers":["../commands/root/get.completion.js"]},"re":{"alias":"runtime-environments"},"runtime-environment":{"alias":"runtime-environments"},"sections":{"__optionHandlers":["../commands/root/get.completion.js"]},"section":{"alias":"sections"},"step-types":{"__positionalHandler":"../commands/step/get.completion.js","__optionHandlers":["../commands/root/get.completion.js"]},"step-type":{"alias":"step-types"},"system-runtime-environments":{"__optionHandlers":["../commands/root/get.completion.js"]},"sys-re":{"alias":"system-runtime-environments"},"system-runtime-environment":{"alias":"system-runtime-environments"},"teams":{"__optionHandlers":["../commands/root/get.completion.js"]},"team":{"alias":"teams"},"tm":{"alias":"teams"},"tokens":{"__optionHandlers":["../commands/root/get.completion.js"]},"token":{"alias":"tokens"},"helm-repo":{"__optionHandlers":["../commands/root/get.completion.js"]},"registry":{"__optionHandlers":["../commands/root/get.completion.js"]},"triggers":{"__optionHandlers":["../commands/root/get.completion.js"]},"trigger":{"alias":"triggers"},"t":{"alias":"triggers"},"trigger-events":{"__optionHandlers":["../commands/root/get.completion.js"]},"trigger-event":{"alias":"trigger-events"},"te":{"alias":"trigger-events"},"trigger-types":{"__optionHandlers":["../commands/root/get.completion.js"]},"trigger-type":{"alias":"trigger-types"},"tt":{"alias":"trigger-types"},"builds":{"__optionHandlers":["../commands/root/get.completion.js"]},"build":{"alias":"builds"},"workflow-data-item":{"__optionHandlers":["../commands/root/get.completion.js"]},"wdi":{"alias":"workflow-data-item"},"contexts":{"__optionHandlers":["../commands/root/get.completion.js"]},"ctx":{"alias":"contexts"},"context":{"alias":"contexts"}},"install":{"runtime":{},"agent":{},"app-proxy":{},"monitor":{},"gitops":{}},"replace":{"__optionHandlers":["../commands/root/replace.completion.js"],"composition":{"__optionHandlers":["../commands/composition/replace.completion.js","../commands/root/replace.completion.js"]},"com":{"alias":"composition"}},"runner":{"delete":{},"execute-test-pipeline":{},"info":{},"init":{},"upgrade":{}},"synchronize":{"teams":{},"team":{"alias":"teams"},"tm":{"alias":"teams"}},"unassign":{"system-runtime-environments":{},"sys-re":{"alias":"system-runtime-environments"},"system-runtime-environment":{"alias":"system-runtime-environments"}},"uninstall":{"agent":{},"app-proxy":{},"runtime":{},"monitor":{},"gitops":{}},"upgrade":{"app-proxy":{},"gitops":{}},"validate":{"__positionalHandler":"../commands/root/validate.completion.js"},"version":{},"attach":{},"cli-config":{"get":{},"help":{},"profile":{},"set":{}},"set-helm-config":{},"install-chart":{},"helm-promotion":{},"delete-release":{},"rollback-release":{},"test-release":{},"approve":{},"deny":{},"logs":{},"restart":{},"terminate":{},"wait":{}}}