🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

nebutra

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nebutra

Governance-first CLI for Nebutra Sailor topology scaffolding, registry-backed feature installs, and platform operations.

latest
Source
npmnpm
Version
0.3.5
Version published
Weekly downloads
21
-61.11%
Maintainers
1
Weekly downloads
 
Created
Source

nebutra

Governance-first CLI for Nebutra Sailor topology scaffolding, registry-backed feature installs, and platform operations.

Installation

npm install -g nebutra
# or run directly
npx nebutra

Usage

# Initialize a new project
nebutra init

# Add platform capabilities from the local registry
nebutra add cache --provider upstash-redis --yes

# Scaffold a topology-first app with the create-sailor flag surface
nebutra create ./my-app --region=hybrid --ai=openai,deepseek

# Start dev server
nebutra dev --preset=ai-saas

# Database migrations
nebutra db migrate

# Generate a new app or module
nebutra generate app blog

# Brand customization
nebutra brand palette --primary=#0047FF

# Project health check
nebutra doctor

Commands

CommandDescription
initInitialize project with nebutra.config.json
add [components...]Add registry-backed platform features or external UI components (--21st, --v0)
createScaffold a topology-first Nebutra Sailor project through create-sailor
mcpStart the MCP server for AI agents and editors
devStart development server
generateScaffold apps, modules, and code
dbDatabase migration and management
brandColor palette and brand customization
i18nInternationalization management
infraInfrastructure management (Docker, services)
envEnvironment variable management
licenseLicense activation and management
aiAI provider and gateway routing configuration
authAuthentication setup
billingBilling and subscription management
presetList and apply SaaS presets
testRun unit/E2E tests
statsMonorepo overview and metrics
schemaOutput full CLI schema (for agents)
doctorCheck project health
adminPlatform administration (tenants, health)
communityCommunity health and showcase
ecosystemTemplate marketplace, ideas, showcase, and sync workflows
servicesMicroservice management
searchSearch index management
secretsEncrypted secrets management
completionsGenerate shell completions for the current command surface

Global Options

FlagDescription
--verboseEnable verbose output
--quietSuppress non-essential output
--format <type>Output format: json, table, plain
--yesSkip interactive prompts (CI/agent mode)
--no-colorDisable colored output

Environment Variables

VariableDescription
NEBUTRA_LOG_LEVELLog level (debug, info, warn, error)
NEBUTRA_OUTPUT_FORMATDefault output format
NO_COLORDisable colored output
CIAuto-enable non-interactive mode

Agent Schema

nebutra schema create
nebutra schema add
nebutra schema --all

schema create exposes the current create-sailor value domains, including region, auth, AI, storage, cache, webhooks, CMS, captcha, metering, and MCP options. schema add exposes local registry features such as queue, search, cache, notifications, webhooks, cms, feature-flags, and captcha.

FAQs

Package last updated on 08 Jun 2026

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