Skip to content

cumhuronat/psm

Repository files navigation

Postgresql Snapshot Manager

Usage

$ npm install -g @storespynet/psm
$ psm COMMAND
running command...
$ psm (--version)
@storespynet/psm/1.0.0 win32-x64 node-v18.11.0
$ psm --help [COMMAND]
USAGE
  $ psm COMMAND
...

Commands

psm create NAME

create a new snapshot

USAGE
  $ psm create [NAME]

ARGUMENTS
  NAME  name of the snapshot to create

DESCRIPTION
  create a new snapshot

EXAMPLES
  $ psm create staging1

See code: dist/commands/create.ts

psm delete [NAME]

delete a snapshot

USAGE
  $ psm delete [NAME]

ARGUMENTS
  NAME  name of the snapshot to delete

DESCRIPTION
  delete a snapshot

EXAMPLES
  $ psm delete staging1

See code: dist/commands/delete.ts

psm help [COMMAND]

Display help for psm.

USAGE
  $ psm 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 psm.

See code: @oclif/plugin-help

psm list [FILE]

list all snapshots

USAGE
  $ psm list [FILE]

DESCRIPTION
  list all snapshots

EXAMPLES
  $ psm list

See code: dist/commands/list.ts

psm start NAME

start a snapshot

USAGE
  $ psm start [NAME]

ARGUMENTS
  NAME  name of the snapshot to start

DESCRIPTION
  start a snapshot

EXAMPLES
  $ psm start staging1

See code: dist/commands/start.ts

psm stop NAME

stop a snapshot

USAGE
  $ psm stop [NAME]

ARGUMENTS
  NAME  name of the snapshot to stop

DESCRIPTION
  stop a snapshot

EXAMPLES
  $ psm stop staging1

See code: dist/commands/stop.ts

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published