allwright 1.58.0 → 1.59.0
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 +3 -1
- package/bin/allwright.js +207 -189
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -11,7 +11,9 @@ ports needed; a laptop, office PC or small VPS all work.
|
|
|
11
11
|
|
|
12
12
|
```bash
|
|
13
13
|
npm install -g allwright
|
|
14
|
-
allwright init # control plane URL + enrol token (from your dashboard)
|
|
14
|
+
allwright init # control plane URL + enrol token (from your dashboard), then Jira -
|
|
15
|
+
# answer "skip" (or pass --no-jira) on a deploy-only server, and add it
|
|
16
|
+
# later with `allwright jira set-default`
|
|
15
17
|
allwright repo add "<repoName>" /path/to/checkout
|
|
16
18
|
allwright start
|
|
17
19
|
```
|