Skip to content
New issue

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

capstan cli improvements (array of arguments, input file) #169

Open
aitorhh opened this issue Jan 30, 2018 · 1 comment
Open

capstan cli improvements (array of arguments, input file) #169

aitorhh opened this issue Jan 30, 2018 · 1 comment

Comments

@aitorhh
Copy link

aitorhh commented Jan 30, 2018

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.

@aitorhh aitorhh changed the title capstan cli support for arary of arguments capstan cli improvements (array of arguments, input file) Feb 1, 2018
@aitorhh
Copy link
Author

aitorhh commented Feb 1, 2018

Another improvement, is to provide the options as docker --file for the capstan bulid. It will look as follows:

capstan build app1 --file Capstanfile.app1 or capstan build app1 -f Capstanfile.app1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant