0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/cli
Matt Hanley 236d07c90a
Added CLI command structure (#14821)
Added CLI commands for REPL and timetravel functionality

- Added TimeTravel command for updating test data with a date offset
- Added REPL command for access to models and knex in development
- Added pattern for creating new CLI commands, including
  - User input
  - Output
  - Validation of `NODE_ENV`
- TimeTravel command is in the main Ghost repo because it requires the schema
2022-05-17 15:40:12 +01:00
..
command.js Added CLI command structure (#14821) 2022-05-17 15:40:12 +01:00
repl.js Added CLI command structure (#14821) 2022-05-17 15:40:12 +01:00
timetravel.js Added CLI command structure (#14821) 2022-05-17 15:40:12 +01:00