onflyt-cli 0.1.11 → 0.1.12-beta

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "onflyt-cli",
3
- "version": "0.1.11",
3
+ "version": "0.1.12-beta",
4
4
  "type": "module",
5
5
  "description": "Onflyt CLI - Deploy Node.js and Python APIs to serverless pods. Pay only per use.",
6
6
  "repository": {
package/src/App.tsx CHANGED
@@ -4,7 +4,7 @@ import { Text, Box } from "ink";
4
4
  const App = () => {
5
5
  return (
6
6
  <Box flexDirection="column">
7
- <Text bold> ⬡ Onflyt CLI 0.1.11-beta</Text>
7
+ <Text bold> ⬡ Onflyt CLI 0.1.12-beta</Text>
8
8
  <Text>Type onflyt --help for available commands</Text>
9
9
  </Box>
10
10
  );
@@ -3,7 +3,7 @@ import React, { useEffect } from "react";
3
3
  const Help: React.FC = () => {
4
4
  useEffect(() => {
5
5
  console.log(`
6
- \x1b[38;2;255;191;0m ⬡ ONFLYT \x1b[0m\x1b[1m Deploy CLI v0.1.11-beta\x1b[0m
6
+ \x1b[38;2;255;191;0m ⬡ ONFLYT \x1b[0m\x1b[1m Deploy CLI v0.1.12-beta\x1b[0m
7
7
 
8
8
  \x1b[1mUSAGE\x1b[0m
9
9
  $ onflyt <command> [options]
@@ -24,7 +24,7 @@ export const Logo: React.FC = () => (
24
24
  <Text> </Text>
25
25
  <Text bold color="black" backgroundColor="rgb(255,191,0)">
26
26
  {" "}
27
- 0.1.11-beta{" "}
27
+ 0.1.12-beta{" "}
28
28
  </Text>
29
29
  </Box>
30
30
  </Box>
package/src/index.tsx CHANGED
@@ -17,7 +17,7 @@ import Rollback from "./commands/rollback.js";
17
17
 
18
18
  const cli = meow(
19
19
  `
20
- Onflyt CLI 0.1.11-beta
20
+ Onflyt CLI 0.1.12-beta
21
21
 
22
22
  Usage
23
23
  $ onflyt <command>