We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1b0b06 commit 5a6462fCopy full SHA for 5a6462f
1 file changed
README.md
@@ -13,3 +13,17 @@ npm -g install @resultify/rh-cli
13
## Commands
14
- `rh -h` get general help
15
- `rh` get info based on current directory
16
+
17
+***
18
19
+## Authentication for some commands
20
21
+### One entry point to access keys
22
23
+- Add access keys to `~/.rh/.env.root` file
24
+```bash
25
+hub_portalname=personal-access-key-for-hubspot-portal
26
+hub_portalname2=personal-access-key-for-hubspot-portal
27
+GITHUB_TOKEN=GitHub Classic Personal access token with full repo scope is required
28
+```
29
0 commit comments