catalog remove

Remove entries by name.

Usage

xorq catalog remove NAMES... [OPTIONS]

Arguments

  • NAMES—One or more entry names; use xorq catalog list to see available names.

Options

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

Examples

# Remove a single entry
xorq catalog remove f02d28198715
# Remove multiple entries in a single commit
xorq catalog remove f02d28198715 c5a981ab43cd
# Remove without syncing to the remote
xorq catalog remove f02d28198715 --no-sync

See also