
Security News
Open Source CAI Framework Handles Pen Testing Tasks up to 3,600× Faster Than Humans
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
@builder.io/cli
Advanced tools
Builder.io CLI, experimental.
$ npm install -g @builder.io/cli
$ builder COMMAND
USAGE
$ builder COMMAND
...
builder import -k [PRIVATE KEY] -o [OUTPUT DIRECTORY]
Import your space to the local filesystem.
USAGE
$ builder import -k [PRIVATE KEY] -o [OUTPUT DIRECTORY]
OPTIONS
-k, --key Private key of the space you want to import
-d, --debug Optionally print debug information and progress bars.
-o, --output Optionally output directory, default to ./builder
DESCRIPTION
This command will download a self-contained clone ( new IDs) from the target space and save it on the filesystem.
builder create -k [PRIVATE KEY] -i [INPUT DIRECTORY] -n [NEW SPACE NAME]
Create a new space from your local builder directory, as a space under the root organization you specify.
USAGE
$ builder create -k [PRIVATE KEY] -i [INPUT DIRECTORY]
OPTIONS
-n, --name The new space name
-k, --key Private key of the root organization you want to import
-d, --debug Optionally print debug information and progress bars.
-o, --input Optionally input directory, default to ./builder
DESCRIPTION
This command will create a new space clone from your local builder directory.
builder integrate
Integrates Builder with an existing Next.js project. Currently supports "page" models by creating a catchall route that fetches Builder content that matches the current path.
If you want don't want the catch-all at the route of your pages
directory, you can add a --pathPrefix
to nest the route under a different path.
Usage:
$ builder integrate [options]
integrate Builder.io with an existing codebase, currently supports Next.js
Options:
-d,--debug print debugging information
-s,--stack <stack> currently supports nextjs (default: "nextjs")
-m,--model <model> name of the model you want to integrate
-a,--apiKey <apiKey> you can find your apiKey on builder.io/account/settings
-p,--pathPrefix <prefix> URL path prefix where all your landing pages will be nested under (default: "")
-h, --help output usage information
npm run dev
Runs npm build
whenever files change.
npm run clean
Removes any built code and any built executables.
npm run build
Cleans, then builds the TypeScript code.
Your built code will be in the ./dist/
directory.
npm run test
Cleans, then builds, and tests the built code.
npm run bundle
Cleans, then builds, then bundles into native executables for Windows, Mac, and Linux.
Your shareable executables will be in the ./exec/
directory.
FAQs
Official Builder.io CLI
The npm package @builder.io/cli receives a total of 123 weekly downloads. As such, @builder.io/cli popularity was classified as not popular.
We found that @builder.io/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
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.
Security News
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.