File tree Expand file tree Collapse file tree
skills/generating-flexipage Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,10 +43,16 @@ sf template generate flexipage \
4343 --output-dir force-app/main/default/flexipages
4444```
4545
46- ** Note:** If the ` sf template generate flexipage ` command fails, recommend users upgrade to the latest version of the Salesforce CLI:
47- ``` bash
48- npm install -g @salesforce/cli@latest
49- ```
46+ ** CRITICAL:** If the ` sf template generate flexipage ` command fails, ** STOP** .
47+
48+ 1 . Install the templates plugin:
49+ ``` bash
50+ sf plugins install templates
51+ ```
52+ 2 . Retry the ` sf template generate flexipage ` command
53+ 3 . Verify the FlexiPage XML file was created
54+
55+ Do NOT continue to Step 2 until the template command succeeds. The generated XML is required for the entire workflow.
5056
5157#### ** Template-specific requirements**
5258
You can’t perform that action at this time.
0 commit comments