Closed
Description
Currently, running cogctl bootstrap
on a previously-bootstrapped system exits with a 1
instead of a 0
. This means the command is not actually idempotent, and forces consumers to deal with a "failure" that isn't really a failure, and still yields a system in the same state as if it hadn't been previously bootstrapped.