Provide an easier way to create archive for pkg #769
Comments
Agree fully with solving this issue. Though I am a bit worried that we degrade user experience if we keep adding parameters to the command. What about allowing users to simply input a directory for |
|
@erwinvaneyk Oh! You're absolutely right! In this way, we don't need to add more flags to CLI |
But looks like we need to retire |
I am all in favor of retiring some of the parameters, but I imagine that that is part of another discussion/issue.
Could you explain this constraint a bit? |
Sorry, I missed the thread notification. Originally, I thought that the flag can only accept one input, but I noticed we can use |
While working on this, I realized a few more cases/variations and I am documenting them here for future reference: Following variations will work
Following is not supported as of now:
|
Just wondering why
For example,
The final directory structure will be:
|
It will be nice to provide additional flags to create archive when creating function/pkg.
Solution 1. Add new flags
Solution 2. Change behavior of current flag, and retired some flag alias.
The text was updated successfully, but these errors were encountered: