cc open
Open a project in your IDE without switching the active environment.
Usage
cc open [name] [flags]Arguments
| Argument | Description |
|---|---|
name | Project name (tab-completable) |
Flags
| Flag | Description |
|---|---|
-n, --new | Open in a new IDE window |
Examples
cc open acme # open acme in current IDE window
cc open acme -n # open acme in a new windowDifference from cc switch
cc open opens the IDE for a project without changing your active environment, branch, or editor config. Use it when you want to browse a project's code without switching context.
cc switch is a full context switch — it changes the active project, checks out the branch, and updates the editor's per-switch settings via the IDE writer plugins.