sf_set_project_directory
Set the project directory for Salesforce CLI commands by specifying the absolute path to a directory containing an sfdx-project.json file. Optionally name, describe, or set it as the default root for command execution.
Input 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 |