locomotivecms / wagon

Wagon is a command line tool that let's you develop for Locomotive right on your local machine.
https://www.locomotivecms.com
MIT License
188 stars 117 forks source link

wagon sync_sub_commands for content_entries don't work #403

Open greyskin opened 3 years ago

greyskin commented 3 years ago

wagon sync [env] -r content_entries [content_type_slug]

...results in an attempt to pull all content_entries across all content_types.

While...

wagon sync [env] -r content_entries -f [content_type_slug]

...results in the following error message:

ERROR: "wagon sync" was called with arguments ["env", "-f", "content_type_slug"] Usage: "wagon sync ENV [PATH]"