onflyt-cli 1.0.1-beta.0 → 1.0.1-beta.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/dist/index.js +4 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10229,7 +10229,7 @@ var Help = () => {
|
|
|
10229
10229
|
\x1B[38;2;255;191;0m
|
|
10230
10230
|
\u2554\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2557
|
|
10231
10231
|
\u2551 \u25E1 \uFF2F\uFF2E\uFF26\uFF2C\uFF39\uFF34 \u2551
|
|
10232
|
-
\u2551 Deploy CLI v1.0.1 \u2551
|
|
10232
|
+
\u2551 Deploy CLI v1.0.1-beta.1 \u2551
|
|
10233
10233
|
\u255A\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u255D
|
|
10234
10234
|
\x1B[0m
|
|
10235
10235
|
|
|
@@ -10958,7 +10958,7 @@ var bigText = (str) => {
|
|
|
10958
10958
|
return c;
|
|
10959
10959
|
}).join("");
|
|
10960
10960
|
};
|
|
10961
|
-
var Logo = () => /* @__PURE__ */ React3.createElement(Box, { flexDirection: "column" }, /* @__PURE__ */ React3.createElement(Box, { alignItems: "center" }, /* @__PURE__ */ React3.createElement(Box, { flexDirection: "column", marginRight: 0.5 }, /* @__PURE__ */ React3.createElement(Text2, { color: "rgb(255,191,0)" }, " \u2B21 ")), /* @__PURE__ */ React3.createElement(Text2, { bold: true, color: "rgb(255,191,0)" }, bigText("Onflyt")), /* @__PURE__ */ React3.createElement(Text2, null, " "), /* @__PURE__ */ React3.createElement(Text2, { bold: true, color: "black", backgroundColor: "rgb(255,191,0)" }, " ", "v1.0.1", " ")), /* @__PURE__ */ React3.createElement(Box, { marginTop: 1 }, /* @__PURE__ */ React3.createElement(Text2, { dimColor: true }, "\u2500".repeat(30))));
|
|
10961
|
+
var Logo = () => /* @__PURE__ */ React3.createElement(Box, { flexDirection: "column" }, /* @__PURE__ */ React3.createElement(Box, { alignItems: "center" }, /* @__PURE__ */ React3.createElement(Box, { flexDirection: "column", marginRight: 0.5 }, /* @__PURE__ */ React3.createElement(Text2, { color: "rgb(255,191,0)" }, " \u2B21 ")), /* @__PURE__ */ React3.createElement(Text2, { bold: true, color: "rgb(255,191,0)" }, bigText("Onflyt")), /* @__PURE__ */ React3.createElement(Text2, null, " "), /* @__PURE__ */ React3.createElement(Text2, { bold: true, color: "black", backgroundColor: "rgb(255,191,0)" }, " ", "v1.0.1-beta.1", " ")), /* @__PURE__ */ React3.createElement(Box, { marginTop: 1 }, /* @__PURE__ */ React3.createElement(Text2, { dimColor: true }, "\u2500".repeat(30))));
|
|
10962
10962
|
var ErrorDisplay = ({ message }) => /* @__PURE__ */ React3.createElement(Box, { flexDirection: "column" }, /* @__PURE__ */ React3.createElement(Logo, null), /* @__PURE__ */ React3.createElement(Box, { marginTop: 1 }, /* @__PURE__ */ React3.createElement(Text2, { bold: true, color: "red" }, "\u2716 Error")), /* @__PURE__ */ React3.createElement(Box, { marginTop: 1 }, /* @__PURE__ */ React3.createElement(Text2, { color: "red" }, message)));
|
|
10963
10963
|
|
|
10964
10964
|
// src/commands/login.tsx
|
|
@@ -13317,14 +13317,14 @@ import { render } from "ink";
|
|
|
13317
13317
|
import React16 from "react";
|
|
13318
13318
|
import { Text as Text13, Box as Box12 } from "ink";
|
|
13319
13319
|
var App = () => {
|
|
13320
|
-
return /* @__PURE__ */ React16.createElement(Box12, { flexDirection: "column" }, /* @__PURE__ */ React16.createElement(Text13, { bold: true }, "Onflyt CLI v1.0.1"), /* @__PURE__ */ React16.createElement(Text13, null, "Type onflyt --help for available commands"));
|
|
13320
|
+
return /* @__PURE__ */ React16.createElement(Box12, { flexDirection: "column" }, /* @__PURE__ */ React16.createElement(Text13, { bold: true }, "Onflyt CLI v1.0.1-beta.1"), /* @__PURE__ */ React16.createElement(Text13, null, "Type onflyt --help for available commands"));
|
|
13321
13321
|
};
|
|
13322
13322
|
var App_default = App;
|
|
13323
13323
|
|
|
13324
13324
|
// src/index.tsx
|
|
13325
13325
|
var cli = meow(
|
|
13326
13326
|
`
|
|
13327
|
-
Onflyt CLI v1.0.1
|
|
13327
|
+
Onflyt CLI v1.0.1-beta.1
|
|
13328
13328
|
|
|
13329
13329
|
Usage
|
|
13330
13330
|
$ onflyt <command>
|