0.24.5 • Published 7 months ago

@inferable/cli v0.24.5

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

inferable.ai CLI

Installation

npm install -g @inferable/cli

This will make the inf command available globally.

Alternatively, use the CLI with npx:

npx @inferable/cli <cmd>

Usage

Authentication

To authenticate the CLI, run inf auth login. This will open a browser and prompt you to login to the Inferable console.

Commands

  • inf clusters: Manage Inferable clusters.

    • create: Create a new cluster.
    • list: List all clusters.
    • info: Show details of a cluster.
    • open: View a cluster in the browser.
  • inf runs: Manage runs associated with your clusters.

    • create: Create a new run and follow its progress.
    • list: List runs within a cluster.
    • info: Display information about a specific run.
    • open: View a run in the browser.
  • inf auth: Authenticate with the Inferable API.

    • login: Start the authentication process.
    • keys: Manage API keys.
      • list: List all API keys for a cluster.
      • revoke: Revoke a specific API key.
      • create: Create a new API key.
  • ing generate: Generate functions for GraphQL and OpenAPI schemas.

    • graphql: Generate functions from a GraphQL schema.
    • openapi: Generate functions from an OpenAPI schema.
  • inf cli: Manage the Inferable CLI itself.

    • update: Update the Inferable CLI.
  • inf console: Open the Inferable console in a browser.

  • inf app: Open the Inferable app in a browser.

Use inf <cmd> --help to get details for a specific command.

Local Development

All commands can be run with tsx:

tsx src/index.ts <cmd>
tsx src/index.ts auth login
0.24.5

7 months ago

0.24.4

7 months ago

0.24.3

8 months ago

0.24.1

8 months ago

0.24.0

8 months ago

0.20.1

9 months ago

0.20.0

9 months ago

0.19.0

9 months ago

0.23.1

8 months ago

0.23.0

8 months ago

0.21.1

9 months ago

0.21.0

9 months ago

0.18.1

9 months ago

0.22.0

8 months ago

0.17.0

9 months ago

0.18.0

9 months ago

0.16.3

9 months ago

0.11.0

9 months ago

0.12.0

9 months ago

0.13.0

9 months ago

0.12.1

9 months ago

0.14.0

9 months ago

0.15.0

9 months ago

0.14.1

9 months ago

0.16.0

9 months ago

0.15.1

9 months ago

0.14.2

9 months ago

0.16.1

9 months ago

0.16.2

9 months ago

0.10.0

9 months ago

0.9.0

10 months ago

0.7.2

10 months ago

0.8.0

10 months ago

0.7.1

10 months ago

0.9.1

9 months ago

0.7.0

10 months ago

0.6.6

10 months ago

0.6.5

10 months ago

0.6.4

10 months ago

0.6.3

10 months ago

0.6.2

10 months ago

0.6.1

10 months ago

0.6.0

10 months ago

0.5.0

10 months ago

0.4.1

10 months ago

0.4.0

10 months ago

0.3.2

10 months ago

0.3.1

10 months ago

0.3.0

10 months ago

0.2.1

10 months ago

0.2.0

10 months ago

0.1.0

11 months ago

0.0.1

11 months ago

0.0.0

11 months ago