@gitbeaker/cli 43.5.0 → 43.7.0
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/LICENSE.md +1 -1
- package/README.md +8 -4
- package/dist/index.mjs +3 -3
- package/package.json +4 -4
package/LICENSE.md
CHANGED
package/README.md
CHANGED
|
@@ -28,11 +28,13 @@
|
|
|
28
28
|
</div>
|
|
29
29
|
|
|
30
30
|
<p align="center">
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
<a href="https://codeclimate.com/github/jdalrymple/gitbeaker">
|
|
34
|
-
<img src="https://codeclimate.com/github/jdalrymple/gitbeaker/badges/gpa.svg" alt="Code Climate maintainability">
|
|
31
|
+
<a href="https://dl.circleci.com/status-badge/redirect/gh/jdalrymple/gitbeaker/tree/main">
|
|
32
|
+
<img alt="CircleCI" src="https://dl.circleci.com/status-badge/img/gh/jdalrymple/gitbeaker/tree/main.svg?style=svg" />
|
|
35
33
|
</a>
|
|
34
|
+
<a href="https://codecov.io/gh/jdalrymple/gitbeaker">
|
|
35
|
+
<img alt="CLI Coverage" src="https://img.shields.io/codecov/c/github/jdalrymple/gitbeaker?flag=cli&logo=codecov&label=coverage"/>
|
|
36
|
+
</a>
|
|
37
|
+
|
|
36
38
|
<a href="https://github.com/intuit/auto">
|
|
37
39
|
<img src="https://img.shields.io/badge/release-auto.svg?colorA=888888&colorB=9B065A&label=auto" alt="Auto">
|
|
38
40
|
</a>
|
|
@@ -240,6 +242,8 @@ GITBEAKER_CAMELIZE=true
|
|
|
240
242
|
<td align="center" valign="top" width="0.33%"><a href="https://github.com/kayw-geek"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/29700073?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="Kay W."/></td>
|
|
241
243
|
<td align="center" valign="top" width="0.33%"><a href="https://ffflorian.dev/"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/5497598?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="Florian Imdahl"/></td>
|
|
242
244
|
<td align="center" valign="top" width="0.33%"><a href="https://github.com/lanthier"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/9666344?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="lanthier"/></td>
|
|
245
|
+
<td align="center" valign="top" width="0.33%"><a href="https://github.com/Teo-ShaoWei"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/6925907?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="ShaoWei Teo"/></td>
|
|
246
|
+
<td align="center" valign="top" width="0.33%"><a href="https://github.com/danielrentz"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/5064304?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="Daniel Rentz"/></td>
|
|
243
247
|
</tr>
|
|
244
248
|
</p>
|
|
245
249
|
|
package/dist/index.mjs
CHANGED
|
@@ -122,7 +122,7 @@ function getGlobalConfig(env = process.env) {
|
|
|
122
122
|
},
|
|
123
123
|
"gb-sudo": {
|
|
124
124
|
alias: "gl-sudo",
|
|
125
|
-
desc: "Sudo query parameter - https://docs.gitlab.com/api/#sudo",
|
|
125
|
+
desc: "Sudo query parameter - https://docs.gitlab.com/api/rest/authentication/#sudo",
|
|
126
126
|
type: "string",
|
|
127
127
|
defaultValue: normalEnv.GITBEAKER_SUDO
|
|
128
128
|
},
|
|
@@ -140,13 +140,13 @@ function getGlobalConfig(env = process.env) {
|
|
|
140
140
|
},
|
|
141
141
|
"gb-profile-token": {
|
|
142
142
|
alias: "gl-profile-token",
|
|
143
|
-
desc: `Requests Profiles Token - https://docs.gitlab.com/administration/monitoring/performance
|
|
143
|
+
desc: `Requests Profiles Token - https://docs.gitlab.com/administration/monitoring/performance/`,
|
|
144
144
|
type: "string",
|
|
145
145
|
defaultValue: normalEnv.GITBEAKER_PROFILE_TOKEN
|
|
146
146
|
},
|
|
147
147
|
"gb-profile-mode": {
|
|
148
148
|
alias: "gl-profile-mode",
|
|
149
|
-
desc: "Requests Profiles Token - https://docs.gitlab.com/administration/monitoring/performance/
|
|
149
|
+
desc: "Requests Profiles Token - https://docs.gitlab.com/administration/monitoring/performance/",
|
|
150
150
|
type: "string",
|
|
151
151
|
defaultValue: normalEnv.GITBEAKER_PROFILE_MODE
|
|
152
152
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gitbeaker/cli",
|
|
3
|
-
"version": "43.
|
|
3
|
+
"version": "43.7.0",
|
|
4
4
|
"description": "CLI implementation of the GitLab API.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"engines": {
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"lint:fix": "yarn lint --fix"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@gitbeaker/core": "^43.
|
|
43
|
-
"@gitbeaker/rest": "^43.
|
|
42
|
+
"@gitbeaker/core": "^43.7.0",
|
|
43
|
+
"@gitbeaker/rest": "^43.7.0",
|
|
44
44
|
"chalk": "^5.6.0",
|
|
45
45
|
"sywac": "^1.3.0",
|
|
46
46
|
"xcase": "^2.0.1"
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"tsup": "^8.5.0",
|
|
50
50
|
"typescript": "^5.9.2"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "59c791ea3622e623e64a73c499d0d36e89e7ebc0"
|
|
53
53
|
}
|