@inference/cli 0.0.156-beta.708 → 0.0.159-beta.711

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 (2) hide show
  1. package/README.md +17 -17
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -227,14 +227,14 @@ The dashboard provides a tabbed interface for browsing training runs, evals, dat
227
227
 
228
228
  ## Global Options
229
229
 
230
- | Flag | Description |
231
- | --------------------------- | ---------------------------------------------------------- |
232
- | `--json` | Output results as JSON (useful for scripting) |
233
- | `-v, --verbose` | Enable verbose debug output |
234
- | `-p, --project <id>` | Override the active project for this command |
235
- | `-t, --team <id>` | Override the active team for this command (team ID) |
236
- | `--version` | Show the CLI version |
237
- | `--help` | Show help |
230
+ | Flag | Description |
231
+ | -------------------- | --------------------------------------------------- |
232
+ | `--json` | Output results as JSON (useful for scripting) |
233
+ | `-v, --verbose` | Enable verbose debug output |
234
+ | `-p, --project <id>` | Override the active project for this command |
235
+ | `-t, --team <id>` | Override the active team for this command (team ID) |
236
+ | `--version` | Show the CLI version |
237
+ | `--help` | Show help |
238
238
 
239
239
  ## Configuration
240
240
 
@@ -244,15 +244,15 @@ Stored at `~/.inf/config.json`. Managed automatically by `inf auth` commands.
244
244
 
245
245
  ### Environment Variables
246
246
 
247
- | Variable | Description | Default |
248
- | ---------------- | --------------------------------------------------------------------- | ----------------------------------------- |
249
- | `INF_API_URL` | LLM Ops API base URL | `https://observability-api.inference.net` |
250
- | `INF_AUTH_URL` | Auth server base URL | Derived from API URL |
251
- | `INF_UI_URL` | Web app URL (for device auth) | Derived from API URL |
252
- | `INF_API_KEY` | Scoped platform key for headless/CI auth | |
253
- | `INF_PROJECT_ID` | Override the selected project when a key can access multiple projects | |
254
- | `INF_TEAM_ID` | Override the active team (team ID; use `inf team switch <id-or-slug>` to resolve a slug/name once) | |
255
- | `INF_CONFIG_DIR` | Override where `~/.inf/config.json` is stored (primarily for test isolation) | `~/.inf` |
247
+ | Variable | Description | Default |
248
+ | ---------------- | -------------------------------------------------------------------------------------------------- | ----------------------------------------- |
249
+ | `INF_API_URL` | LLM Ops API base URL | `https://observability-api.inference.net` |
250
+ | `INF_AUTH_URL` | Auth server base URL | Derived from API URL |
251
+ | `INF_UI_URL` | Web app URL (for device auth) | Derived from API URL |
252
+ | `INF_API_KEY` | Scoped platform key for headless/CI auth | |
253
+ | `INF_PROJECT_ID` | Override the selected project when a key can access multiple projects | |
254
+ | `INF_TEAM_ID` | Override the active team (team ID; use `inf team switch <id-or-slug>` to resolve a slug/name once) | |
255
+ | `INF_CONFIG_DIR` | Override where `~/.inf/config.json` is stored (primarily for test isolation) | `~/.inf` |
256
256
 
257
257
  ### Priority Order
258
258
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inference/cli",
3
- "version": "0.0.156-beta.708",
3
+ "version": "0.0.159-beta.711",
4
4
  "description": "Inference.net CLI - manage training runs, evals, datasets, and inferences from your terminal",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -26,10 +26,10 @@
26
26
  "ai"
27
27
  ],
28
28
  "optionalDependencies": {
29
- "@inference/cli-darwin-arm64": "0.0.156-beta.708",
30
- "@inference/cli-darwin-x64": "0.0.156-beta.708",
31
- "@inference/cli-linux-x64": "0.0.156-beta.708",
32
- "@inference/cli-linux-arm64": "0.0.156-beta.708"
29
+ "@inference/cli-darwin-arm64": "0.0.159-beta.711",
30
+ "@inference/cli-darwin-x64": "0.0.159-beta.711",
31
+ "@inference/cli-linux-x64": "0.0.159-beta.711",
32
+ "@inference/cli-linux-arm64": "0.0.159-beta.711"
33
33
  },
34
34
  "scripts": {
35
35
  "build": "bun run clean:bin && bun run build:cli",