-
Notifications
You must be signed in to change notification settings - Fork 9
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
changes to CLI #86
Comments
So, if I get ncm-ncd --co sudo useraccess --skip spma,accounts it runs |
--all should still require --configure as discussed in #80 --skip allowing you to skip dependencies when used without --all => agreed. Also support more than one. --only seems like something that should be an alias in your shell config. If we want to do any clean up then reducing the confusion between --nodeps --noautodeps and --ignore-errors-from-dependencies would be a good thing. |
|
ccm-initialise: fix bug after code cleanup
Propose changes to the CLI
--all
implies--configure
, no reason to add it--skip
should support comma-sperated list of components, and should work without specifiying--all
New alias
--only
equal to--configure --nodeps --noautodeps
to run only the listed components (this might to dangerous to add, as--configure --nodeps --noautodeps
clearly indicates--i-know-what-i-am-doing
)The text was updated successfully, but these errors were encountered: