Chapter 2
- Correct Answer: b
a. There are no pcf commands. Power Apps CLI provides pac commands.
b. Power Apps CLI is a command-line interface that not only provides access to PCF but also provides support for other project types and hence the commands it offers are pac commands.
- Correct Answer: a
a. Because it is a project file that supports PCF, the extension for such a file is .pcfproj.
b. There is no such file with the extension .pcf created.
- Correct Answer: b
a. The PCF Initialization command does not allow spaces in namespace and name and hence this option is the incorrect answer.
b. The command properly follows all the guidelines when initializing a PCF project, such as no spaces in namespace or name attribute and the correct option is selected for template attribute. All Power Apps CLI commands have aliases that can be utilized using a single dash (-) and for a full name, you need to use a double dash (--).