Arguments
collections- Space separated list of the names of the collections you want to copy. Conflicts withall.all- Instructs the CLI to copy all collections from the source DB.from-local- Sets the copy source to a local Chroma server. By default, the CLI will try to find it atlocalhost:8000. If you have a different setup, usepathorhost.from-cloud- Sets the copy source to a DB on Chroma Cloud.to-local- Sets the copy target to a local Chroma server. By default, the CLI will try to find it atlocalhost:8000. If you have a different setup, usepathorhost.to-cloud- Sets the copy target to a DB on Chroma Cloud.db- The name of the Chroma Cloud DB with the collections you want to copy. If not provided, the CLI will prompt you to select a DB from those available on your active profile.host- The host of your local Chroma server. This argument conflicts withpath.path- The path of your local Chroma data. If provided, the CLI will use the data path to start a local Chroma server at an available port for browsing. This argument conflicts withhost.