anyquery alias
Manage the aliases
Synopsis
Section titled “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.
anyquery alias [flags]
Examples
Section titled “Examples”# List the aliasesanyquery alias
# Add an aliasanyquery alias add myalias mytable
# Delete an aliasanyquery alias delete myalias
Options
Section titled “Options” -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
Section titled “SEE ALSO”- anyquery - A tool to query any data source
- anyquery alias add - Add an alias
- anyquery alias delete - Delete an alias
- anyquery alias list - List the aliases