@instafy/cli 0.1.0 → 0.1.1
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 +4 -2
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
# Instafy CLI (
|
|
1
|
+
# Instafy CLI (Developer Preview)
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Use this CLI to link a folder to an Instafy project and run a self-hosted runtime (desktop or server) that connects back to Instafy Studio (including tunnels).
|
|
4
|
+
|
|
5
|
+
Primary commands:
|
|
4
6
|
|
|
5
7
|
- `instafy runtime:start` — launch the runtime in the current machine (foreground by default, `--detach` to background).
|
|
6
8
|
- `instafy runtime:status` — report health of the last started runtime.
|
package/package.json
CHANGED