@gitbeaker/cli 43.5.0 → 43.6.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  # The MIT License
2
2
 
3
3
  Copyright (c)
4
- **2023 Justin Dalrymple**
4
+ **2025 Justin Dalrymple**
5
5
 
6
6
  Permission is hereby granted, free of charge, to any person obtaining a copy
7
7
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -28,11 +28,13 @@
28
28
  </div>
29
29
 
30
30
  <p align="center">
31
- <a href="https://gitlab.com/jdalrymple/gitbeaker/-/commits/main"><img alt="pipeline status" src="https://gitlab.com/jdalrymple/gitbeaker/badges/main/pipeline.svg?ignore_skipped=true" /></a>
32
- <a href="https://gitlab.com/jdalrymple/gitbeaker/-/commits/main"><img alt="coverage report" src="https://gitlab.com/jdalrymple/gitbeaker/badges/main/coverage.svg?job=test:unit:cli" /></a>
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,7 @@ 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>
243
246
  </tr>
244
247
  </p>
245
248
 
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/request_profiling.html`,
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/request_profiling.html",
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.5.0",
3
+ "version": "43.6.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.5.0",
43
- "@gitbeaker/rest": "^43.5.0",
42
+ "@gitbeaker/core": "^43.6.0",
43
+ "@gitbeaker/rest": "^43.6.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": "faad2c9e72b04588356ad081f9b79417039c03bc"
52
+ "gitHead": "bdafa8ad001658674492b09a948f02fb22cd45a9"
53
53
  }