Closed ssddanbrown closed 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:
bookstack:update-url
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.
-nq
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.