We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I ssh to the machine on PROD / STAG / Master, I want to have a clear indicator of which stage it is (e.g. uppercase red prompt PROD)
PROD
This shall reduce the chance of executing an intrusive command (e.g. docker swarm destroy) by accident
docker swarm destroy
The text was updated successfully, but these errors were encountered:
Implemented in https://git.speag.com/oSparc/osparc-infra/-/merge_requests/291
Sorry, something went wrong.
YuryHrytsuk
No branches or pull requests
Desired behavior
When I ssh to the machine on PROD / STAG / Master, I want to have a clear indicator of which stage it is (e.g. uppercase red prompt
PROD
)Outcome
This shall reduce the chance of executing an intrusive command (e.g.
docker swarm destroy
) by accidentThe text was updated successfully, but these errors were encountered: