Reconciling media in CLI should respect sync settings
The `reconcile-media` CLI command currently doesn't respect the `sync` settings from `canvas.config.json`. It should reconcile media only for those resources that are enabled for sync.
Note that besides configuring `sync` in `canvas.config.json`, users can use CLI flags and legacy environment variables for the `push` command. The `reconcile media` should support the same options.
issue