sf_set_project_directory
Define a Salesforce project directory for command execution context by specifying the path to a directory containing an sfdx-project.json file. Optionally set a name, description, or mark it as the default directory for streamlined CLI operations.
Instructions
Set a Salesforce project directory for command execution context
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | No | Optional description for this project root | |
| directory | Yes | The absolute path to a directory containing an sfdx-project.json file | |
| isDefault | No | Set this root as the default for command execution | |
| name | No | Optional name for this project root |