ComponentContents
will sync.ComponentContents --noCS
or --noCS ComponentContents
will not sync.ComponentContents --CSVersion=english
will only sync on content version "english".ComponentContents --CSVersion=v1 --CSVersion=v3
will only sync on content version "v1" and "v3" and will not sync on version v2 or any others.ComponentContents --notCSVersion=english
will sync on call content versions except for version "english".ComponentContents --notCSVersion=v1 --notCSVersion=v3
will not sync its contents one content version v1 or v3 but will sync on content version v2 and others.