Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e5a1b7ce53 |
@@ -24,7 +24,7 @@ API for automation.
|
|||||||
## Quickstart
|
## Quickstart
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install -g triggershell # or: npx triggershell <command> for one-off use
|
npm install -g @valknar/triggershell # or: npx @valknar/triggershell <command> for one-off use
|
||||||
triggershell init # scaffold triggershell.yml (+ .env for secrets) in the current directory
|
triggershell init # scaffold triggershell.yml (+ .env for secrets) in the current directory
|
||||||
triggershell users add admin # create a login (skip if you set auth.enabled: false)
|
triggershell users add admin # create a login (skip if you set auth.enabled: false)
|
||||||
triggershell start # start the app and open the browser
|
triggershell start # start the app and open the browser
|
||||||
|
|||||||
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "triggershell",
|
"name": "@valknar/triggershell",
|
||||||
"version": "1.1.0",
|
"version": "1.2.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
Reference in New Issue
Block a user