@cj-ways/orgclone 0.1.2 → 0.1.3

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,11 +14,11 @@ npm install -g @cj-ways/orgclone
14
14
  ## Quick Start
15
15
 
16
16
  ```bash
17
- # Clone a GitHub org (public no token needed)
17
+ # Clone a GitHub org (uses your existing git auth automatically)
18
18
  orgclone clone github my-org
19
19
 
20
20
  # Clone a GitLab group
21
- orgclone clone gitlab my-group --token glpat_xxx
21
+ orgclone clone gitlab my-group
22
22
 
23
23
  # Preview what would be cloned
24
24
  orgclone clone github my-org --dry-run
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cj-ways/orgclone",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Clone entire GitHub organizations or GitLab groups with one command. Supports public and private repos, SSH, token auth, and config files.",
5
5
  "license": "MIT",
6
6
  "author": "cj-ways",