copia-cli repo delete

copia-cli repo delete <owner/repo> [flags]

Delete a Copia repository. This action is irreversible. Use –yes to skip the confirmation prompt.

Options

--yes
Confirm deletion without prompting

Options inherited from parent commands

--host <string>
Target Copia host
-R, --repo <string>
Select repository (owner/repo)
--token <string>
Authentication token

Examples

  $ copia-cli repo delete my-org/my-repo --yes

See also