@spira-lab/cli 0.0.1

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.
Files changed (3) hide show
  1. package/README.md +19 -0
  2. package/dist/index.cjs +22204 -0
  3. package/package.json +17 -0
package/README.md ADDED
@@ -0,0 +1,19 @@
1
+ # Spira CLI
2
+
3
+ Command line client for Spira.
4
+
5
+ ## Install
6
+
7
+ ```bash
8
+ npm install -g @spira-lab/cli
9
+ ```
10
+
11
+ ## Usage
12
+
13
+ ```bash
14
+ spira --help
15
+ spira auth login
16
+ spira ai models list
17
+ ```
18
+
19
+ Use `spira --json` when you need machine-readable output.