catalog remove
Remove entries by name.
Usage
xorq catalog remove NAMES... [OPTIONS]Arguments
NAMES—One or more entry names; usexorq catalog listto 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-syncSee also
catalog remove-alias—remove an alias without removing the underlying entrycatalog list—list catalog entries