Pull Command

Sync a project to the local directory.

kbc sync pull [flags]

Or shorter:

kbc pull [flags]
kbc pl [flags]

Local changes will be overwritten to match the state of the project.

If your local state is invalid, the command will fail unless you use the --force flag.

Options

--dry-run
Preview all changes
--force
Ignore invalid local state

Global Options

Examples

➜ kbc pull --dry-run
Pulling objects to the local directory.
Plan for "pull" operation:
  × C main/extractor/keboola.ex-db-mysql/7511990/invoices
  × R main/extractor/keboola.ex-db-mysql/7511990/invoices/rows/customer
Pull done.

Next Steps