QuestionQ69
EnvironmentsA developer attempted to retrieve metadata from an org by running the sfdx force:source:retrieve command. When the command ran, the developer received this error message: “This command is required to run from within an SFDX project.”
Which two possible reasons could have caused this issue?
Choose two
- A The developer hadn’t run the sfdx force:project:create command.
- B The developer created the project within VSCode, but ran the command in a separate terminal.
- C The developer created the project, but ran the command outside of the project directory.
- D The developer forgot to add the -n option with a project name as a command line argument.
Community Discussion