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
In integrating test, the grep command will fail:
tiup-dm --yes deploy $name $version $topo -i ~/.ssh/id_rsa tiup-dm list | grep "$name" tiup-dm audit | grep "deploy $name $version"
After the tiup-dm list command, the tiup-dm audit only contains the list operation excepting the deploy operation.
tiup-dm list
tiup-dm audit
list
deploy
The text was updated successfully, but these errors were encountered:
This is not a problem any more.
Sorry, something went wrong.
lucklove
No branches or pull requests
In integrating test, the grep command will fail:
After the
tiup-dm list
command, thetiup-dm audit
only contains thelist
operation excepting thedeploy
operation.The text was updated successfully, but these errors were encountered: