@okee-tech/pocketbase-cli
v0.0.10
Published
PocketBase CLI tool to manage PocketBase instances and projects
Readme
pocketbase-cli
A new CLI generated with oclif
Usage
$ npm install -g @okee-tech/pocketbase-cli
$ pocketbase COMMAND
running command...
$ pocketbase (--version)
@okee-tech/pocketbase-cli/0.0.10 win32-x64 node-v22.15.0
$ pocketbase --help [COMMAND]
USAGE
$ pocketbase COMMAND
...Commands
pocketbase help [COMMAND]pocketbase initpocketbase migratepocketbase resetpocketbase restartpocketbase startpocketbase statuspocketbase stop
pocketbase help [COMMAND]
Display help for pocketbase.
USAGE
$ pocketbase help [COMMAND...] [-n]
ARGUMENTS
[COMMAND...] Command to show help for.
FLAGS
-n, --nested-commands Include all nested commands in the output.
DESCRIPTION
Display help for pocketbase.See code: @oclif/plugin-help
pocketbase init
Initialized PocketBase project in current directory
USAGE
$ pocketbase init
DESCRIPTION
Initialized PocketBase project in current directory
EXAMPLES
$ pocketbase initSee code: src/commands/init.ts
pocketbase migrate
describe the command here
USAGE
$ pocketbase migrate
DESCRIPTION
describe the command here
EXAMPLES
$ pocketbase migrateSee code: src/commands/migrate.ts
pocketbase reset
Reset PocketBase server, re-applying migrations
USAGE
$ pocketbase reset
DESCRIPTION
Reset PocketBase server, re-applying migrations
EXAMPLES
$ pocketbase resetSee code: src/commands/reset.ts
pocketbase restart
Restart PocketBase server
USAGE
$ pocketbase restart
DESCRIPTION
Restart PocketBase server
EXAMPLES
$ pocketbase restartSee code: src/commands/restart.ts
pocketbase start
Start PocketBase server
USAGE
$ pocketbase start
DESCRIPTION
Start PocketBase server
EXAMPLES
$ pocketbase startSee code: src/commands/start.ts
pocketbase status
Display status information
USAGE
$ pocketbase status
DESCRIPTION
Display status information
EXAMPLES
$ pocketbase statusSee code: src/commands/status.ts
pocketbase stop
Stop PocketBase server
USAGE
$ pocketbase stop
DESCRIPTION
Stop PocketBase server
EXAMPLES
$ pocketbase stopSee code: src/commands/stop.ts
