inflight-cli 1.1.3 → 1.1.5

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.
@@ -29,7 +29,7 @@ export async function shareCommand() {
29
29
  }
30
30
  else {
31
31
  const selected = await p.select({
32
- message: "Select a workspace",
32
+ message: "Select a workspace " + pc.dim("(change anytime with inflight workspace)"),
33
33
  options: me.workspaces.map((w) => ({ value: w.id, label: w.name })),
34
34
  });
35
35
  if (p.isCancel(selected)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "inflight-cli",
3
- "version": "1.1.3",
3
+ "version": "1.1.5",
4
4
  "description": "Get feedback directly on your staging URL",
5
5
  "bin": {
6
6
  "inflight": "dist/index.js"