pulp / pulp-cli

https://docs.pulpproject.org/pulp_cli/
GNU General Public License v2.0
36 stars 42 forks source link

Have json options accept json or a file #143

Closed daviddavis closed 3 years ago

daviddavis commented 3 years ago

Provide a generic way to have json options accept json or a file.

We did this for file repository modify: https://github.com/pulp/pulp-cli/blob/c1f1774661a80a156f82790ad5451902edcf772a/pulpcore/cli/file/repository.py#L175-L199

mdellweg commented 3 years ago

Does the change in #104 contain this feature?

daviddavis commented 3 years ago

Yes, it does. Closing this out.