use Verified current stable Not installed? System Operations

Use / Switch Project Interactive

Switch Project Interactive

Switches the active project context within the command-line interface.

$
Terminal
use <project_name>;

When To Use

In scenarios requiring context change for resource management tasks or when executing project-specific commands.

Pro Tip

Utilize the `--validate` flag to confirm that the project exists before switching to mitigate errors in subsequent commands.

Command Builder

Tune the command before you copy it

Back to syntax
$
Generated Command
use <project_name>;

Command Breakdown

What each part is doing

use
Base Command
The executable that performs this operation. Here it runs Use before the shell applies any redirect operators.
<project_name>
project name
The value supplied for project name.

Alternative Approaches

Comparable commands in other tools

Alternative system operations tools for the same job.