cloudify-cosmo / wagon

Creates Wheel based archives to allow portable offline installation of Python packages and their dependencies
Apache License 2.0
108 stars 14 forks source link

Make the CLI's api consistent with regards to arbitrary pip/wheel args #70

Closed nir0s closed 7 years ago

nir0s commented 7 years ago

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.

nir0s commented 7 years ago

Currently, this will be documented and changed in the future.