moveObject Command

Description

PRELIMINARY IMPLEMENTATION: The moveObject command is experimental and may not be ready for production use.  The format and usage may change in a future release.

Renames or moves a component instance. 

The global namespace is a place where component instances may be placed and will persist across connections to the Analysis Server.  The global namespace is used by naming component instances starting with "globals/" or "!".

Command Syntax

move, rename, mv, rn <from> <to>

Example

The following example starts an instance of the Block component, then moves it to the global list of components.
>start Block blockInstance
Object blockInstance started.
>mv blockInstance globals/blockInstance
Object moved.
>lg
1 global objects started:
blockInstance
>

See also Analysis Server | Analysis Server Commands