@gluecharm-lab/easyspecs-cli 0.0.7 → 0.0.8

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 CHANGED
@@ -71,13 +71,15 @@ After **`auth login`**, session data is stored at **`easyspecs.cliSessionPath`**
71
71
 
72
72
  `--cwd`, `--ci`, `--json`, `--verbose`, `--api-base-url`, **`--session-path`**, `--environment`, `--promote` / `--no-promote` (see **`--help`**).
73
73
 
74
- ## Source & documentation
74
+ ## Website & documentation
75
75
 
76
- Built from the **easyspecs.ai-vsc-extension** monorepo:
76
+ - **Product website:** **[easyspecs.ai](https://easyspecs.ai/)** — sign in, projects, documentation in the browser, and product information. This is the public EasySpecs site (not a source-code host).
77
77
 
78
- - **Repository:** [gitlab.com/…/easyspecs.ai-vsc-extension](https://gitlab.com/glue-charm-extended/gluecharm-extended/easyspecs.ai-vsc-extension) directory **`packages/cli`**
79
- - **Command reference (flags, env, merge rules):** [`commands.md`](./commands.md) in this package
80
- - **Further guides** (install variants, CI examples, exit codes): browse **`.gluecharm/docs/`** on the default branch in the repository above.
78
+ - **Command reference** (flags, env, merge rules): [`commands.md`](./commands.md) in this npm package.
79
+
80
+ - **CLI:** run **`easyspecs-cli help`** for the full command tree.
81
+
82
+ Engineering source for this CLI is maintained privately; use **easyspecs.ai** and the docs bundled here for support and usage.
81
83
 
82
84
  ## License
83
85
 
package/dist/main.cjs CHANGED
@@ -19457,7 +19457,7 @@ function parseAuthLoginTail(tail) {
19457
19457
  }
19458
19458
 
19459
19459
  // src/cli/main.ts
19460
- var PKG_VERSION = "0.0.7";
19460
+ var PKG_VERSION = "0.0.8";
19461
19461
  function logErr(flags, ...a) {
19462
19462
  if (!flags.json) {
19463
19463
  console.error(...a);