@linkbcms/cli v0.1.48
linkb CMS CLI
A command-line interface tool for the linkb Content Management System.
Installation
Using npm
npm install -g @linkbcms/cliUsing yarn
yarn global add @linkbcms/cliUsing pnpm
pnpm add -g @linkbcms/cliUsing npx
You can also use it directly without installation:
npx @linkbcms/cli [command]Prerequisites
Before using the linkb CLI, ensure you have:
A
.envfile in your project directory with the following variables:DATABASE_TYPE: The type of database you're usingDATABASE_URL: The connection string for your database
A
cms.config.tsxfile in your project directory
Usage
Running the command without arguments will display the help menu:
linkbCreating a New Application
You can create a new linkb application using the create-app command:
linkb create-app my-appOr using npx directly:
npx @linkbcms/cli linkb create-app my-appThe create-app command accepts the following options:
-t, --template <name>: Template to use (default: basic)--use-npm: Use npm as the package manager--use-yarn: Use yarn as the package manager--use-pnpm: Use pnpm as the package manager
This will create a new application based on the specified template. The dependencies will be automatically installed.
Database Operations
The CLI provides several database management commands:
linkb db [command]Available database commands:
gen-schema: Generate database migration from your CMS configurationlinkb db gen-schemamigrate: Run database migrationslinkb db migratestatus: Check migration statuslinkb db statustest-connection: Test database connectivitylinkb db test-connection
Error Handling
The CLI will check for:
- Existence of
.envfile - Required environment variables
- Existence of
cms.config.tsxfile - Proper execution of database operations
Development
# Install dependencies
npm install
# Build the project
npm run build
# Run in development mode
npm run devLicense
MIT
10 months ago
10 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
12 months ago