Delete Repository

Description

Remove repository by name_id (“name_id” can be retrieved with “get” command, typically “repo_owner/repo_name”)

Command

codefresh delete repository [name_id]

Aliases

codefresh delete repo [name_id]

Arguments

Option Alias Default Description
name_id Repository “name_id” (can be retrieved with “get” command, typically “repo_owner/repo_name”). required

Options

Option Alias Type Default Description
--help Print help information
--context -c Name of the git context to use, if not passed the default will be used

Examples

Delete codefresh repo with name_id “codefresh-io/some-repo”

codefresh delete repo codefresh-io/some-repo