Open greyskin opened 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]"
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: