Most commands are run from the grunt maintenance
REPL under perennial. It opens up a REPL where commands can be typed, with a maintenance>
prompt. I've included the prompt in any commands that I run in there.
There's also the ability to verbose = false
or verbose = true
(with the default being false). If it's true, all winston.info logging statements will be included, which includes basically every command that's executing. It's usually a bit much, but helpful for debugging.
I ran the following to see whether there are currently any issues with release branches. I expect to see a lot of warnings about potential changes, since I recently applied commits on some release branches that updates their READMEs to the "production" variety. This takes at least a few minutes.