You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wagon's CLI's structure is not consistent with pip/wheel. For instance, providing a requirements file for wagon requires using the -a '-r requirements.txt' flag. Currently, this is not so important as the main idea by the -a flag is to allow users to pass any arguments to pip or wheel. At some point, we should make this API consistent.
The text was updated successfully, but these errors were encountered:
nir0s
changed the title
Document that the CLI's api is not consistent with regards to pip/wheel args and that this might change in the future.
Make the CLI's api consistent with regards to arbitrary pip/wheel args
Jan 3, 2017
Wagon's CLI's structure is not consistent with pip/wheel. For instance, providing a requirements file for wagon requires using the
-a '-r requirements.txt'
flag. Currently, this is not so important as the main idea by the-a
flag is to allow users to pass any arguments to pip or wheel. At some point, we should make this API consistent.The text was updated successfully, but these errors were encountered: