Skip to content

anyquery alias

Manage the aliases

Synopsis

Manage the aliases. They help you use another name for a table so that you don’t have to write profileName_pluginName_tableName every time.

Terminal window
anyquery alias [flags]

Examples

Terminal window
# List the aliases
anyquery alias
# Add an alias
anyquery alias add myalias mytable
# Delete an alias
anyquery alias delete myalias

Options

Terminal window
-c, --config string Path to the configuration database
--csv Output format as CSV
--format string Output format (pretty, json, csv, plain)
-h, --help help for alias
--json Output format as JSON
--plain Output format as plain text

SEE ALSO