gzero-cli 0.1.0-preview.2 → 0.1.0
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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
|
|
12
12
|
**Deploy UIs and APIs, manage env vars, domains, and billing, straight from your terminal or an AI agent.**
|
|
13
13
|
|
|
14
|
-
[](https://www.npmjs.com/package/gzero-cli)
|
|
15
15
|
[](https://nodejs.org)
|
|
16
16
|
[](#install)
|
|
17
17
|
[](#connect-an-ai-agent-mcp)
|
package/dist/index.js
CHANGED
|
@@ -834,7 +834,7 @@ ${pc3.dim("Set them with")} gzero env set ${project.slug} KEY value`,
|
|
|
834
834
|
}
|
|
835
835
|
|
|
836
836
|
// src/index.ts
|
|
837
|
-
var VERSION = "0.1.0
|
|
837
|
+
var VERSION = "0.1.0";
|
|
838
838
|
var program = new Command();
|
|
839
839
|
program.name("gzero").description("GroundZero: deploy UIs and APIs from the terminal or an AI agent.").version(VERSION, "-v, --version", "Print the CLI version.").option("--api-url <url>", "API base URL (default: config or GZERO_API_URL)").option("--token <token>", "API token (default: config or GZERO_TOKEN)").configureHelp({
|
|
840
840
|
styleTitle: (s) => pc4.bold(s),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gzero-cli",
|
|
3
|
-
"version": "0.1.0
|
|
3
|
+
"version": "0.1.0",
|
|
4
4
|
"description": "GroundZero command-line interface: deploy UIs and APIs, manage env, domains, and billing.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"homepage": "https://gzer0.app/docs",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"LICENSE"
|
|
15
15
|
],
|
|
16
16
|
"publishConfig": {
|
|
17
|
-
"tag": "
|
|
17
|
+
"tag": "latest"
|
|
18
18
|
},
|
|
19
19
|
"scripts": {
|
|
20
20
|
"build": "tsup && chmod +x dist/index.js",
|