catalog remove-alias

Remove one or more aliases.

The underlying entries are left untouched—use xorq catalog remove to remove an entry itself. Unknown aliases produce an error and cancel the operation before any change is committed.

Usage

xorq catalog remove-alias ALIASES... [OPTIONS]

Arguments

  • ALIASES—One or more alias names; use xorq catalog list-aliases to see registered aliases.

Options

Option Default Description
--sync / --no-sync --sync Push the catalog to its remotes after the operation.

Examples

xorq catalog remove-alias penguins-prod
xorq catalog remove-alias penguins-prod current

See also