rename_query

Renames an existing query.

Synopsis

rename_query [common options] previous_name new_name [-force]

Description

Renames a query within the Workspace. Source names that do not start with a slash (/) are resolved relative to the current working folder.

Options and arguments

-force
Overwrites the query if it exists at the new location with the same query name.

Examples

Rename an existing query.

CQTOOL> rename_query "Public Queries/My To Do List"  "Your To Do List"

Feedback