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
+38-19Lines changed: 38 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,17 @@
7
7
8
8
Be a rockstar and efficiently manage your team's gitlab.org or [self-hosted Gitlab](https://about.gitlab.com/installation/) projects, groups, users and other resources.
9
9
10
-
Tested with [__Gitlab 11.0.3__](https://about.gitlab.com/2018/07/05/gitlab-11-0-3-released/)
10
+
Tested with [__Gitlab 11.1__](https://about.gitlab.com/2018/07/22/gitlab-11-1-released/).
11
11
12
12
## Getting Started
13
13
14
-
Please see [Commands Manual](https://devopsctl.github.io/gitlabctl/) for a nice documentation of this project.
14
+
Complete the [installation](#installation) guide below and then follow the [quickstart](#quickstart) guide.
15
15
16
-
## Installing
16
+
If you are hooked, please visit the awesome [Project Github site](https://devopsctl.github.io/gitlabctl/) to read the full manual of each command.
17
+
18
+
If you just want to quickly check what are the available commands, go to [Gitlab Commands Available](#gitlab-commands-available) in this page.
19
+
20
+
## Installation
17
21
18
22
Get the download link of your preferred platform binary from [RELEASES](https://github.com/devopsctl/gitlabctl/releases).
19
23
@@ -49,7 +53,7 @@ gitlabctl completion -h
49
53
Using `gitlabctl login` to fetch personal access token
50
54
51
55
```bash
52
-
>>gitlabctl login
56
+
gitlabctl login
53
57
>> Enter gitlab host url: http://localhost:10080
54
58
>> Enter gitlab username: root
55
59
>> Enter gitlab password: *****
@@ -62,14 +66,23 @@ Using environment variables. See `gitlabctl -h`
62
66
63
67
Use __-h__ flag when possible.
64
68
65
-
`gitlabctl [command] -h` or `gitlabctl [command] [subcommand] -h`
69
+
```bash
70
+
gitlabctl [command] -h
71
+
```
72
+
73
+
or
74
+
75
+
```bash
76
+
gitlabctl [command] [subcommand] -h
77
+
```
66
78
67
79
### Usage Examples
68
80
69
81
Fetching resources with using `--output, -o` formatter flag.
Copy file name to clipboardExpand all lines: docs/gitlabctl_edit.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,5 +27,6 @@ Update or patch a Gitlab resource
27
27
*[gitlabctl edit member](gitlabctl_edit_member.md) - Edit a member by specifying the member name as the first argument
28
28
*[gitlabctl edit project](gitlabctl_edit_project.md) - Edit a project by specifying the project id or path and using flags for fields to modify
29
29
*[gitlabctl edit project-hook](gitlabctl_edit_project-hook.md) - Edit a project hook by specifying the project id or path and using flags for fields to modify
30
+
*[gitlabctl edit release](gitlabctl_edit_release.md) - Update the release note of a project's release
30
31
*[gitlabctl edit user](gitlabctl_edit_user.md) - Modify a user by specifying the id or username and using flags for fields to modify
Copy file name to clipboardExpand all lines: docs/gitlabctl_new.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Create a Gitlab resource
27
27
*[gitlabctl new member](gitlabctl_new_member.md) - Create a new member by specifying the member name as the first argument
28
28
*[gitlabctl new project](gitlabctl_new_project.md) - Create a new project by specifying the project name as the first argument
29
29
*[gitlabctl new project-hook](gitlabctl_new_project-hook.md) - Create a new project hook by specifying the project id or project path as the first argument
30
-
*[gitlabctl new release](gitlabctl_new_release.md) - Create a new release for a specified project
30
+
*[gitlabctl new release](gitlabctl_new_release.md) - Create a new release for the specified project's tag
31
31
*[gitlabctl new ssh-key](gitlabctl_new_ssh-key.md) - Upload or create ssh key for a gitlab user
32
32
*[gitlabctl new tag](gitlabctl_new_tag.md) - Create a new tag for a specified project
33
33
*[gitlabctl new user](gitlabctl_new_user.md) - Create a new user by specifying the username as the first argument
0 commit comments