nocobase-env-manage

Bootstrap and manage NocoBase environments using the nb CLI.

45|10|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/nocobase/skills --skill nocobase-env-manage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nocobase-env-manage
Source: https://github.com/nocobase/skills/tree/main/skills/nocobase-env-manage
Command: npx skills add https://github.com/nocobase/skills --skill nocobase-env-manage

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates bootstrap, environment lifecycle, and skill maintenance for NocoBase using nb CLI only.

Core Features & Use Cases

  • Bootstraps environments with nb init --ui
  • Manages runtime lifecycle with nb app commands
  • Keeps CLI self and installed skills up to date

Quick Start

Bootstraps NocoBase environments and manages their lifecycle using the nb CLI exclusively.

Frequently Asked Questions about nocobase-env-manage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I bootstrap a NocoBase environment using the nb CLI?

To bootstrap a NocoBase environment, run `nb init --ui` via the CLI. This initiates the installation and sets up the UI, enforcing safe defaults and strict command routing.

What is the best way to manage NocoBase app lifecycle and runtime operations?

The best way to manage NocoBase runtime lifecycle is by using `nb app` commands. This Skill automates these operations exclusively through the nb CLI, avoiding script execution.

Can I use scripts to configure the NocoBase environment?

No, NocoBase environment configuration is strictly managed through nb CLI commands, not scripts. This Skill enforces non-script execution and normalizes API base URLs for safety.

How do I update the nb CLI and installed skills?

You can keep the nb CLI self and installed skills up to date using specific maintenance commands. The Skill handles ongoing CLI and skill updates while returning readbacks after write actions.

Does NocoBase environment management support resolving the current runtime state?

Yes, NocoBase environment management resolves the current environment automatically. This ensures operations target the correct runtime context before executing CLI commands.