inflight-cli 1.1.1 → 1.1.2
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 +5 -18
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# inflight-cli
|
|
2
2
|
|
|
3
|
-
Get feedback directly on your staging URL with [Inflight](https://inflight.co).
|
|
3
|
+
Get feedback directly on your staging URL with [Inflight](https://www.inflight.co).
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
@@ -18,7 +18,7 @@ inflight login
|
|
|
18
18
|
inflight share
|
|
19
19
|
```
|
|
20
20
|
|
|
21
|
-
That's it. The CLI will
|
|
21
|
+
That's it. The CLI will walk you through selecting a staging URL and open it with Inflight attached.
|
|
22
22
|
|
|
23
23
|
## Commands
|
|
24
24
|
|
|
@@ -34,27 +34,14 @@ Disconnect your Inflight account from this machine.
|
|
|
34
34
|
|
|
35
35
|
Add Inflight to a staging URL. The CLI will:
|
|
36
36
|
|
|
37
|
-
1.
|
|
38
|
-
2.
|
|
39
|
-
3. Open the staging URL with Inflight attached
|
|
40
|
-
|
|
41
|
-
If you're not using Vercel, you can paste any staging URL manually.
|
|
37
|
+
1. Let you pick from your hosting provider's deployments, or paste any URL
|
|
38
|
+
2. Open the staging URL with Inflight attached
|
|
42
39
|
|
|
43
40
|
### `inflight workspace`
|
|
44
41
|
|
|
45
42
|
Switch the active workspace for the current project directory.
|
|
46
43
|
|
|
47
|
-
## Vercel Integration
|
|
48
|
-
|
|
49
|
-
The CLI integrates with Vercel to automatically detect your deployments. On first run, it will:
|
|
50
|
-
|
|
51
|
-
1. Check if you're logged in to Vercel (reads your existing Vercel CLI auth)
|
|
52
|
-
2. Link to your Vercel project if not already linked
|
|
53
|
-
3. Show your branch preview URL and recent deployments
|
|
54
|
-
|
|
55
|
-
No extra configuration needed if you already use the Vercel CLI.
|
|
56
|
-
|
|
57
44
|
## Requirements
|
|
58
45
|
|
|
59
46
|
- Node.js 18+
|
|
60
|
-
- A free [Inflight](https://inflight.co) account
|
|
47
|
+
- A free [Inflight](https://www.inflight.co) account
|