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
* Added helpers and explicit examples
Added note the make it CLEAR the api path at the end of the enterprise repo is NECESSARY
Added examples around the Org and Repo options
* docs(readme): enterprise reminder
Co-authored-by: Gavin Rehkemper <gavinr@users.noreply.github.com>
| -g, --github_enterprise | Your GitHub Enterprise URL. https://your-internal-githubenterprise.com/api/v3|
68
+
| -g, --github_enterprise | Your GitHub Enterprise URL. https://your-internal-githubenterprise.com/api/v3 <br />(Reminder: do not forget the `/api/v3` at the end)|
69
69
| -t, --token | The GitHub token. https://github.com/settings/tokens|
70
-
| -o, --organization | The User or Organization slug that the repo lives under. |
71
-
| -r, --repository | The repository name (slug).|
70
+
| -o, --organization | The User or Organization slug that the repo lives under. <br />Example: For `/myOrg/my-repo`, this value would be **myOrg**.|
71
+
| -r, --repository | The repository name (slug).<br />Example: For `/myOrg/my-repo`, this value would be **my-repo**.|
72
72
| -v, --verbose | Include additional logging information. |
0 commit comments