-
Notifications
You must be signed in to change notification settings - Fork 15
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
Not all arguments are supported for Paket commands #30
Comments
You've got good idea with log levels. If you were so kind and did the log levels, it would be great. Exclusions may be done in similar fashion as directory clear - having a method accepting a collection of IDs, or as a builder method chain... I'm not sure which one would be better. For specific versions, unless you have a better idea, we might opt for a collection of key-value pairs to avoid extra types, or the builder. I can't see a clear, easy-to-read way to use collections for the specific versions. It would be nice to have references resolution ways strongly typed, but I feel like the target framework should be text-based. And once it's all done, the release should be ready. What's you opinion? |
Yip, this makes sense to me. |
Some folks like to upload log files as artifacts as part of their build. Having the ability to separate the logging into individual files could be a useful addition. |
This is what we have seen for some other aliases as well, so I think that would make sense. |
What do you think about this: 9fd8d5a? |
I'll be adding the rest of the missing arguments when I find some time. We'll have the same issue with SpecificVersion. Just now it's only a single value, and I don't really like the syntax: Edit: Edit2: |
Found these as part of #29, Cake.Paket doesn't support any of the following arguments currently
I won't suggest supporting
--help
on any commands, as there's no use in cake?All Commands
--silent, -s
--verbose, -v
--log-file <path>
Silent and verbose could be hooked up to the log level in cake? Not too sure if log file is useful for anything?
Paket Pack
--interproject-references <min|fix|keep-major|keep-minor|keep-patch>
--exclude <package ID>
--specific-version <package ID> <version>
Paket Restore
--target-framework <framework>
--output-path <path>
I'm happy to add any of these btw :)
Exclude and specific version could be updated to accept collections of values? The other are straight forward enough.
The text was updated successfully, but these errors were encountered: