Describe the bug
The idempotency guard for skipping the account creation step should be updated. The step should not be skipped if the network nodes did not exist before running the current command.
Also, the solo one-shot single destroy command should delete the deployment directory in the SOLO_HOME directory.
Describe the expected behavior
Accounts should always be created when a new deployment is being created.
To Reproduce
solo one-shot single deploy
solo one-shot single destroy
solo one-shot single deploy
Observe that the accounts were not created for the second deployment
Additional Context
No response
Describe the bug
The idempotency guard for skipping the account creation step should be updated. The step should not be skipped if the network nodes did not exist before running the current command.
Also, the
solo one-shot single destroycommand should delete the deployment directory in theSOLO_HOMEdirectory.Describe the expected behavior
Accounts should always be created when a new deployment is being created.
To Reproduce
Observe that the accounts were not created for the second deployment
Additional Context
No response