anyt-cli 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/CHANGELOG.md +14 -0
- package/CLI_GUIDE.md +772 -0
- package/LICENSE +216 -0
- package/README.md +519 -0
- package/bin/anyt.js +2 -0
- package/dist/add-CUTmwUhU.js +1 -0
- package/dist/add-DxcDPvGU.js +5 -0
- package/dist/api-client-AcwLRhZ3.js +1 -0
- package/dist/api-client-Csx9R9k6.js +1 -0
- package/dist/config-BBDgQnzq.js +1 -0
- package/dist/config-D5S7I3VP.js +3 -0
- package/dist/index.js +60 -0
- package/dist/install-D2YOi6ip.js +3 -0
- package/dist/install-NbMXwySO.js +1 -0
- package/dist/symlinks-BoGYQyAH.js +5 -0
- package/package.json +75 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to anyt-cli will be documented in this file.
|
|
4
|
+
|
|
5
|
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
|
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
|
+
|
|
8
|
+
## [0.1.0] — Initial release
|
|
9
|
+
|
|
10
|
+
Initial public release of `anyt-cli`, the unified CLI for the anyt.io v1 API
|
|
11
|
+
covering skills, drive, api-keys, billing, agents, notebooks, and more.
|
|
12
|
+
|
|
13
|
+
Configuration is env-driven (`ANYT_REGISTRY_URL`, `ANYT_API_KEY`, `ANYT_WEB_URL`,
|
|
14
|
+
`ANYT_DEBUG`) with optional persistence in `~/.anytrc`.
|