@ait-co/console-cli 0.1.1 β 0.1.3
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 +2 -2
- package/dist/cli.mjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# console-cli
|
|
2
2
|
|
|
3
|
-
> π§ **
|
|
4
|
-
>
|
|
3
|
+
> π§ **Pre-1.0 (`0.1.x`)** β published to npm but the surface is still small. `whoami` / `login` / `logout` / `upgrade` are usable today; `deploy` / `logs` / `status` are next on [TODO.md](./TODO.md).
|
|
4
|
+
> 1.0 μ΄μ λ¨κ³μ
λλ€. μΌλΆ λͺ
λ Ή(`whoami`/`login`/`logout`/`upgrade`)λ§ λμνκ³ , `deploy`/`logs`/`status`λ μ§ν μ€μ
λλ€.
|
|
5
5
|
|
|
6
6
|
`ait-console` is a community-maintained CLI for automating Apps in Toss developer console operations β log in once in a browser, then drive subsequent operations from your shell or from an AI coding agent via headless browser automation.
|
|
7
7
|
|
package/dist/cli.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ait-co/console-cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "CLI and MCP server for the Apps in Toss developer console β log in once in a browser, then drive builds, deploys, and releases headlessly",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|