git-ripper 1.6.1 → 1.6.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/README.md +5 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -94,16 +94,18 @@ git-ripper https://github.com/username/repository/tree/branch/folder --zip="my-a
|
|
|
94
94
|
### Command Line Options
|
|
95
95
|
|
|
96
96
|
| Option | Description | Default |
|
|
97
|
-
| -------------------------- | ---------------------------------------- | ----------------- |
|
|
97
|
+
| -------------------------- | ---------------------------------------- | ----------------- |
|
|
98
98
|
| `-o, --output <directory>` | Specify output directory | Current directory |
|
|
99
99
|
| `--gh-token <token>` | GitHub Personal Access Token | - |
|
|
100
100
|
| `--zip [filename]` | Create ZIP archive of downloaded content | - |
|
|
101
101
|
| `--no-resume` | Disable resume functionality | - |
|
|
102
102
|
| `--force-restart` | Ignore existing checkpoints and restart | - |
|
|
103
|
-
| `--list-checkpoints` | List all saved download checkpoints | - |
|
|
103
|
+
| `--list-checkpoints` | List all saved download checkpoints | - |
|
|
104
|
+
| `config set-token <token>` | Save GitHub token locally | - |
|
|
104
105
|
| `config get-token` | Show saved token (masked) | - |
|
|
105
106
|
| `config remove-token` | Remove saved token | - |
|
|
106
|
-
| `config show` | Show current configuration | - |
|
|
107
|
+
| `config show` | Show current configuration | - |
|
|
108
|
+
| `-V, --version` | Show version number | - |
|
|
107
109
|
| `-h, --help` | Show help | - |
|
|
108
110
|
|
|
109
111
|
## Authentication (Private Repositories & Rate Limits)
|
package/package.json
CHANGED