@catladder/cli 3.8.0 → 3.8.2
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/dist/bundles/catenv/index.js +1 -1
- package/dist/bundles/cli/index.js +1 -1
- package/dist/cli/src/utils/gitlab.js +1 -0
- package/dist/cli/src/utils/gitlab.js.map +1 -1
- package/dist/pipeline/src/build/index.js +2 -2
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/utils/gitlab.ts +1 -0
package/package.json
CHANGED
package/src/utils/gitlab.ts
CHANGED
|
@@ -14,6 +14,7 @@ export const setupGitlabToken = async (vorpal: CommandInstance) => {
|
|
|
14
14
|
vorpal.log("");
|
|
15
15
|
vorpal.log("☝ in order to access the api, we need a personal access token");
|
|
16
16
|
vorpal.log("Its best to create one specifically for catladder");
|
|
17
|
+
vorpal.log("Scopes needed: api");
|
|
17
18
|
vorpal.log("");
|
|
18
19
|
vorpal.log("☝ we open up the settings page for you!");
|
|
19
20
|
vorpal.log("");
|