up repository

Alias: up repo

Commands under up repository create and manage Upbound repository accounts.

up repository create

Arguments

None

Create a repository with the given name.

Examples

1
up repository create my-org

up repository list

Arguments

None

List all repository associated to the current user.

Examples

1
2
3
up repo list
NAME      TYPE      PUBLIC   UPDATED
my-repo   unknown   false    n/a

up repository delete

Arguments

  • (required) - the name of the repository to delete

Deletes the given repository.

Deleting a repository removes all packages from the repository and impacts all users in an organization.

This can not be undone.

Examples

1
2
3
4
up repository delete my-repo
Are you sure you want to delete this repository? [y/n]: y
Deleting repository my-repo. This cannot be undone.
my-repo deleted