Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit cfdfcf4

Browse files
1.0.2
1 parent c0d2e27 commit cfdfcf4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ $ npm install -g @g-script/gbulk
4444
$ gbulk COMMAND
4545
running command...
4646
$ gbulk (-v|--version|version)
47-
@g-script/gbulk/1.0.1 linux-x64 node-v12.14.1
47+
@g-script/gbulk/1.0.2 linux-x64 node-v12.14.1
4848
$ gbulk --help [COMMAND]
4949
USAGE
5050
$ gbulk COMMAND
@@ -107,7 +107,7 @@ DESCRIPTION
107107
Git LFS objects will be backup if git-lfs is available in path.
108108
```
109109

110-
_See code: [src/commands/backup.js](https://github.com/g-script/gbulk/blob/v1.0.1/src/commands/backup.js)_
110+
_See code: [src/commands/backup.js](https://github.com/g-script/gbulk/blob/v1.0.2/src/commands/backup.js)_
111111

112112
## `gbulk help [COMMAND]`
113113

@@ -143,7 +143,7 @@ DESCRIPTION
143143
Each command needs access to different scopes, see individual command help section to know which scopes are needed.
144144
```
145145

146-
_See code: [src/commands/login.js](https://github.com/g-script/gbulk/blob/v1.0.1/src/commands/login.js)_
146+
_See code: [src/commands/login.js](https://github.com/g-script/gbulk/blob/v1.0.2/src/commands/login.js)_
147147

148148
## `gbulk logout`
149149

@@ -160,5 +160,5 @@ DESCRIPTION
160160
Erase authentication details from configuration file
161161
```
162162

163-
_See code: [src/commands/logout.js](https://github.com/g-script/gbulk/blob/v1.0.1/src/commands/logout.js)_
163+
_See code: [src/commands/logout.js](https://github.com/g-script/gbulk/blob/v1.0.2/src/commands/logout.js)_
164164
<!-- commandsstop -->

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@g-script/gbulk",
33
"description": "Tool to work in bulk with GitHub repositories",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"author": "Nicolas Goudry @g-script <goudry.nicolas@gmail.com>",
66
"bin": {
77
"gbulk": "./bin/run"

0 commit comments

Comments
 (0)