BookStackApp / system-cli

MIGRATED TO CODEBERG -- A simple CLI to manage BookStack instances
https://codeberg.org/bookstack/system-cli
MIT License
5 stars 0 forks source link

Restore: Update-URL database is not actually being ran #7

Closed ssddanbrown closed 1 year ago

ssddanbrown commented 1 year ago

The bookstack:update-url usage in restore is not working as expected since the command has no way to be ran non-interactively:

https://github.com/BookStackApp/system-cli/blob/16b09eacff9ed09da767e896de4722ff2cae75c4/src/Commands/RestoreCommand.php#L108

It's currently using -nq options, but that does not accept the user prompts that show. Likely needs updates on the BookStack side, then update here to suit.