Socket
Book a DemoInstallSign in
Socket

@inferable/cli

Package Overview
Dependencies
Maintainers
0
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@inferable/cli

CLI for inferable.ai

0.24.13
latest
npmnpm
Version published
Weekly downloads
0
Maintainers
0
Weekly downloads
 
Created
Source

Inferable 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.

Environment

The CLI respects use the following environment variables if available:

  • INFERABLE_API_ENDPOINT: The Inferable API endpoint to use (See self-hosting guide).
  • INFERABLE_CLUSTER_ID: Cluster related commands will automatically use this cluster.

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 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

FAQs

Package last updated on 09 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.