Hi,
It seems the CLI is missing the --database argument for command "xata clone start ..." such as :
xata clone start \
--source-url ... \
--organization ... \
--project ... \
--branch ... \
#hypothetical
--database ...
This would be (by my guess) an equivalent to what the XATA_DATABASE_NAME env var allows (selecting the target database in a clone).
If that is by design and not an oversight, I am interested in what is the correct argument or approach (currently using --target-url instead, but less clear imo than the args).
Hi,
It seems the CLI is missing the
--databaseargument for command "xata clone start ..." such as :xata clone start \ --source-url ... \ --organization ... \ --project ... \ --branch ... \ #hypothetical --database ...This would be (by my guess) an equivalent to what the
XATA_DATABASE_NAMEenv var allows (selecting the target database in a clone).If that is by design and not an oversight, I am interested in what is the correct argument or approach (currently using
--target-urlinstead, but less clear imo than the args).