inflight-cli 2.0.2 → 2.0.3
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 +8 -8
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -12,14 +12,14 @@ That's it. The CLI will install itself, log you in, add the widget to your proje
|
|
|
12
12
|
|
|
13
13
|
## Commands
|
|
14
14
|
|
|
15
|
-
| Command
|
|
16
|
-
|
|
|
17
|
-
| `inflight setup`
|
|
18
|
-
| `inflight share`
|
|
19
|
-
| `inflight vercel`
|
|
20
|
-
| `inflight workspaces
|
|
21
|
-
| `inflight login`
|
|
22
|
-
| `inflight logout`
|
|
15
|
+
| Command | Description |
|
|
16
|
+
| --------------------- | -------------------------------- |
|
|
17
|
+
| `inflight setup` | Set up Inflight in your project |
|
|
18
|
+
| `inflight share` | Share a staging URL for feedback |
|
|
19
|
+
| `inflight vercel` | Change your Vercel project |
|
|
20
|
+
| `inflight workspaces` | Change your Inflight workspace |
|
|
21
|
+
| `inflight login` | Log in to your Inflight account |
|
|
22
|
+
| `inflight logout` | Log out of your Inflight account |
|
|
23
23
|
|
|
24
24
|
## Requirements
|
|
25
25
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "inflight-cli",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.3",
|
|
4
4
|
"description": "Get feedback directly on your staging URL",
|
|
5
5
|
"bin": {
|
|
6
6
|
"inflight": "dist/index.js"
|
|
@@ -8,7 +8,8 @@
|
|
|
8
8
|
"main": "./dist/index.js",
|
|
9
9
|
"type": "module",
|
|
10
10
|
"files": [
|
|
11
|
-
"dist"
|
|
11
|
+
"dist",
|
|
12
|
+
"README.md"
|
|
12
13
|
],
|
|
13
14
|
"license": "UNLICENSED",
|
|
14
15
|
"homepage": "https://www.inflight.co",
|