There was an error while loading. Please reload this page.
1 parent 639da3a commit a02b3aeCopy full SHA for a02b3ae
1 file changed
cpex/tools/README.md
@@ -1,3 +1,25 @@
1
+## Before you begin
2
+
3
+Update the environment variables in .env
4
5
+All values except PLUGINS_GITHUB_TOKEN have defaults.
6
7
+```dotenv
8
+### Plugin installation
9
+# Comma Separated Values used by install with --type monorepo
10
+# The default value is https://github.com/ibm/cpex-plugins
11
+# PLUGINS_REPO_URLS="https://github.com/ibm/cpex-plugins"
12
13
+# registry path (default shown below)
14
+# PLUGIN_REGISTRY_FOLDER=data
15
16
+# Github API (default shown below)
17
+# PLUGINS_GITHUB_API=api.github.com
18
19
+# PLUGINS_GITHUB_TOKEN=<github token>
20
+### end Plugin installation
21
+```
22
23
## Plugin installation using the cli
24
25
```bash
0 commit comments