
Security News
PEP 810 Proposes Explicit Lazy Imports for Python 3.15
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
@inferable/cli
Advanced tools
npm install -g @inferable/cli
This will make the inf
command available globally.
Alternatively, use the CLI with npx
:
npx @inferable/cli <cmd>
To authenticate the CLI, run inf auth login
.
This will open a browser and prompt you to login to the Inferable console.
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.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.Use inf <cmd> --help
to get details for a specific command.
All commands can be run with tsx:
tsx src/index.ts <cmd>
tsx src/index.ts auth login
FAQs
CLI for inferable.ai
The npm package @inferable/cli receives a total of 7 weekly downloads. As such, @inferable/cli popularity was classified as not popular.
We found that @inferable/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
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.
Security News
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.