Skip to content

Commit fff4d1d

Browse files
committed
chore: Update description
1 parent 49f162c commit fff4d1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cli/cmd/sync.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ func NewCmdSync() *cobra.Command {
4242
cmd.Flags().String("license", "", "set offline license file")
4343
cmd.Flags().String("summary-location", "", "Sync summary file location. This feature is in Preview. Please provide feedback to help us improve it.")
4444
cmd.Flags().String("tables-metrics-location", "", "Tables metrics file location. This feature is in Preview. Please provide feedback to help us improve it. Works with plugins released on 2024-07-10 or later.")
45-
cmd.Flags().String("shard", "", "Allows splitting the sync process into multiple shards. This feature is in Preview. Please provide feedback to help us improve it. Works with plugins released on 2024-09-24 or later.")
45+
cmd.Flags().String("shard", "", "Allows splitting the sync process into multiple shards. This feature is in Preview. Please provide feedback to help us improve it. For a list of supported plugins visit https://docs.cloudquery.io/docs/advanced-topics/running-cloudquery-in-parallel")
4646

4747
return cmd
4848
}

website/pages/docs/reference/cli/cloudquery_sync.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ cloudquery sync spec.yml --shard 1/4
3333
-h, --help help for sync
3434
--license string set offline license file
3535
--no-migrate Disable auto-migration before sync. By default, sync runs a migration before syncing resources.
36-
--shard string Allows splitting the sync process into multiple shards. This feature is in Preview. Please provide feedback to help us improve it. Works with plugins released on 2024-09-24 or later.
36+
--shard string Allows splitting the sync process into multiple shards. This feature is in Preview. Please provide feedback to help us improve it. For a list of supported plugins visit https://docs.cloudquery.io/docs/advanced-topics/running-cloudquery-in-parallel
3737
--summary-location string Sync summary file location. This feature is in Preview. Please provide feedback to help us improve it.
3838
--tables-metrics-location string Tables metrics file location. This feature is in Preview. Please provide feedback to help us improve it. Works with plugins released on 2024-07-10 or later.
3939
```

0 commit comments

Comments
 (0)