You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmdCreate.Flags().StringVar(¶msAutomationCreate.Source, "source", "", "Source path/glob. See Automation docs for exact description, but this is used to filter for files in the `path` to find files to operate on. Supports globs, except on remote mounts.")
177
-
cmdCreate.Flags().StringSliceVar(¶msAutomationCreate.Destinations, "destinations", []string{}, "A list of String destination paths or Hash of folder_path and optional file_path.")
177
+
cmdCreate.Flags().StringSliceVar(¶msAutomationCreate.Destinations, "destinations", []string{}, "A list of destination paths. Use a trailing slash for folder destinations and omit it for file destinations.")
178
178
cmdCreate.Flags().StringVar(¶msAutomationCreate.DestinationReplaceFrom, "destination-replace-from", "", "If set, this string in the destination path will be replaced with the value in `destination_replace_to`.")
179
179
cmdCreate.Flags().StringVar(¶msAutomationCreate.DestinationReplaceTo, "destination-replace-to", "", "If set, this string will replace the value `destination_replace_from` in the destination filename. You can use special patterns here.")
180
180
cmdCreate.Flags().StringVar(¶msAutomationCreate.Interval, "interval", "", "How often to run this automation? One of: `day`, `week`, `week_end`, `month`, `month_end`, `quarter`, `quarter_end`, `year`, `year_end`")
cmdUpdate.Flags().StringVar(¶msAutomationUpdate.Source, "source", "", "Source path/glob. See Automation docs for exact description, but this is used to filter for files in the `path` to find files to operate on. Supports globs, except on remote mounts.")
397
-
cmdUpdate.Flags().StringSliceVar(¶msAutomationUpdate.Destinations, "destinations", []string{}, "A list of String destination paths or Hash of folder_path and optional file_path.")
397
+
cmdUpdate.Flags().StringSliceVar(¶msAutomationUpdate.Destinations, "destinations", []string{}, "A list of destination paths. Use a trailing slash for folder destinations and omit it for file destinations.")
398
398
cmdUpdate.Flags().StringVar(¶msAutomationUpdate.DestinationReplaceFrom, "destination-replace-from", "", "If set, this string in the destination path will be replaced with the value in `destination_replace_to`.")
399
399
cmdUpdate.Flags().StringVar(¶msAutomationUpdate.DestinationReplaceTo, "destination-replace-to", "", "If set, this string will replace the value `destination_replace_from` in the destination filename. You can use special patterns here.")
400
400
cmdUpdate.Flags().StringVar(¶msAutomationUpdate.Interval, "interval", "", "How often to run this automation? One of: `day`, `week`, `week_end`, `month`, `month_end`, `quarter`, `quarter_end`, `year`, `year_end`")
0 commit comments