You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,21 @@ GitLab CI cli for [changesets](https://github.com/atlassian/changesets) like its
18
18
- published - A boolean value to indicate whether a publishing is happened or not
19
19
- publishedPackages - A JSON array to present the published packages. The format is `[{"name": "@xx/xx", "version": "1.2.0"}, {"name": "@xx/xy", "version": "0.8.9"}]`
20
20
21
+
### Environment Variables
22
+
23
+
```sh
24
+
GLOBAL_AGENT_HTTP_PROXY # optional, if you're using custom GitLab service under proxy
25
+
GLOBAL_AGENT_HTTPS_PROXY # As above but for https requests
26
+
GLOBAL_AGENT_NO_PROXY # Like above but for no proxied requests
27
+
28
+
# http_proxy, https_proxy, no_proxy environment variables are supported at the same time
29
+
30
+
GITLAB_HOST # optional, if you're using custom GitLab host
31
+
32
+
GITLAB_TOKEN # required, token with accessibility to push
33
+
GITLAB_USER_NAME # required, username with accessibility to push, used in pairs of the above token
0 commit comments