@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.
Files changed (2) hide show
  1. package/README.md +4 -2
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -1,6 +1,8 @@
1
- # Instafy CLI (developer preview)
1
+ # Instafy CLI (Developer Preview)
2
2
 
3
- Local helper for running the Instafy runtime (agent + origin) on desktop or self-hosted servers. Primary commands:
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
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@instafy/cli",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
+ "description": "CLI for connecting local folders to Instafy projects and running self-hosted runtimes (including tunnels).",
4
5
  "private": false,
5
6
  "publishConfig": {
6
7
  "access": "public"