move_query

Moves an existing query to a specified location.

Synopsis

move_query [common options] previous_location new_location [-force]

Description

The command moves a specified query from the previous_location to a new_location. If a query with the same name exists, the -force option can be used to overwrite it.

Options and arguments

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

Examples

Moves an existing query to a specified location:

CQTOOL> move_query "Public Queries/My To Do List" "Private Queries"

Feedback