@devkitvault/recall 1.2.5 → 1.2.6
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 +20 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -41,6 +41,26 @@ recall playbook run deploy --dry-run
|
|
|
41
41
|
|
|
42
42
|
Ask prints a suggestion (`source` is `vault`, `cache`, or `recall agent` for a generated answer). Copy or save it yourself.
|
|
43
43
|
|
|
44
|
+
## Four launch demos
|
|
45
|
+
|
|
46
|
+
Ask prints. It does not run.
|
|
47
|
+
|
|
48
|
+
**`rec "start the project"`** (`source: project`)
|
|
49
|
+
|
|
50
|
+

|
|
51
|
+
|
|
52
|
+
**`rec "start postgres and run migrations"`** (`source: vault`)
|
|
53
|
+
|
|
54
|
+

|
|
55
|
+
|
|
56
|
+
**`rec "free the process using port 3000"`** (`source: recall agent`)
|
|
57
|
+
|
|
58
|
+

|
|
59
|
+
|
|
60
|
+
**`rec "that docker command from last week"`** (`source: vault`)
|
|
61
|
+
|
|
62
|
+

|
|
63
|
+
|
|
44
64
|
```sh
|
|
45
65
|
recall save "docker compose up -d" --name docker --tags docker
|
|
46
66
|
recall run docker
|