Closed ccheetham closed 5 years ago
Running st init should revert Tooling config to an empty config.
st init
In following example, the app foo is still present after the re-init.
foo
% st init Initialized Steeltoe Developer Tools % st add app foo Added app 'foo' % cat steeltoe.yml apps: foo: deployArgs: {} services: {} % st init -F Initialized Steeltoe Developer Tools % cat steeltoe.yml apps: foo: deployArgs: {} services: {}
Running
st init
should revert Tooling config to an empty config.In following example, the app
foo
is still present after the re-init.