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
Hi,
To have a similar interface as docker. I would suggest to support providing a list of arguments instead of a single one.
At the moment, this is not valid:
capstan delete capstan-example-java capstan-example-java-2 capstan-example-java-3
Only:
capstan delete capstan-example-java capstan delete capstan-example-java-2 capstan delete capstan-example-java-3
The example is just with delete but apply to others like rmi and stop.
delete
rmi
stop
The text was updated successfully, but these errors were encountered:
Another improvement, is to provide the options as docker --file for the capstan bulid. It will look as follows:
capstan bulid
capstan build app1 --file Capstanfile.app1 or capstan build app1 -f Capstanfile.app1
capstan build app1 --file Capstanfile.app1
capstan build app1 -f Capstanfile.app1
Sorry, something went wrong.
No branches or pull requests
Hi,
To have a similar interface as docker. I would suggest to support providing a list of arguments instead of a single one.
At the moment, this is not valid:
capstan delete capstan-example-java capstan-example-java-2 capstan-example-java-3
Only:
The example is just with
delete
but apply to others likermi
andstop
.The text was updated successfully, but these errors were encountered: