@salesforce/plugin-command-reference 2.4.4 → 2.4.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/README.md +31 -15
  2. package/lib/commands/commandreference/generate.d.ts +14 -7
  3. package/lib/commands/commandreference/generate.js +105 -52
  4. package/lib/commands/commandreference/generate.js.map +1 -1
  5. package/lib/commands/jit/install.js +4 -7
  6. package/lib/commands/jit/install.js.map +1 -1
  7. package/lib/ditamap/base-ditamap.js +1 -0
  8. package/lib/ditamap/base-ditamap.js.map +1 -1
  9. package/lib/ditamap/cli-reference.js +1 -0
  10. package/lib/ditamap/cli-reference.js.map +1 -1
  11. package/lib/ditamap/command.d.ts +8 -5
  12. package/lib/ditamap/command.js +50 -38
  13. package/lib/ditamap/command.js.map +1 -1
  14. package/lib/ditamap/ditamap.d.ts +8 -8
  15. package/lib/ditamap/ditamap.js +10 -10
  16. package/lib/ditamap/ditamap.js.map +1 -1
  17. package/lib/ditamap/help-reference.js +1 -0
  18. package/lib/ditamap/help-reference.js.map +1 -1
  19. package/lib/ditamap/topic-commands.d.ts +2 -2
  20. package/lib/ditamap/topic-commands.js +1 -0
  21. package/lib/ditamap/topic-commands.js.map +1 -1
  22. package/lib/ditamap/topic-ditamap.js +1 -0
  23. package/lib/ditamap/topic-ditamap.js.map +1 -1
  24. package/lib/docs.d.ts +4 -5
  25. package/lib/docs.js +53 -65
  26. package/lib/docs.js.map +1 -1
  27. package/lib/utils.d.ts +81 -7
  28. package/lib/utils.js +4 -19
  29. package/lib/utils.js.map +1 -1
  30. package/messages/main.md +53 -0
  31. package/oclif.manifest.json +33 -13
  32. package/package.json +143 -42
  33. package/lib/ditamap/cli-reference-topic.d.ts +0 -5
  34. package/lib/ditamap/cli-reference-topic.js +0 -28
  35. package/lib/ditamap/cli-reference-topic.js.map +0 -1
  36. package/lib/ditamap/main-topic-intro.d.ts +0 -6
  37. package/lib/ditamap/main-topic-intro.js +0 -43
  38. package/lib/ditamap/main-topic-intro.js.map +0 -1
  39. package/messages/main.json +0 -9
  40. package/templates/cli_reference_topic.hbs +0 -25
  41. package/templates/main_topic_intro.hbs +0 -44
@@ -1,44 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
3
- <concept id="{{uniqueId 'cli_reference' topic}}" xml:lang="en-us">
4
- <!--
5
-
6
- NOTE TO WRITERS:
7
- THIS FILE IS AUTOGENERATED. DON’T MAKE CHANGES TO THIS FILE IN PERFORCE! YOUR CHANGES WILL BE OVERWRITTEN.
8
- IF YOU WANT TO CHANGE THIS CONTENT, CONTACT juliet.shackell@salesforce.com FOR DETAILS.
9
-
10
- -->
11
- <title><codeph otherprops="nolang">{{topic}}</codeph> Commands{{#if isClosedPilotTopic}} (Pilot){{/if}}{{#if isOpenPilotTopic}} (Pilot){{/if}}{{#if isBetaTopic}} (Beta){{/if}}</title>
12
- <shortdesc><ph id="shortdesc">{{longDescription}}</ph></shortdesc>
13
- <prolog>
14
- <metadata>
15
- <othermeta content="reference" name="topic_type"/>
16
- <othermeta content="Developer_Tools" name="app_area"/>
17
- <othermeta content="Developer Partner" name="role"/>
18
- <othermeta content="EE UE DE PXE" name="edition"/>
19
- <othermeta content="aloha mobile sfx" name="ui_platform"/>
20
- </metadata>
21
- </prolog>{{#if isClosedPilotTopic}}
22
- <conbody>
23
- <note>We provide the commands in the <codeph otherprops="nolang">{{topic}}</codeph> topic to selected customers through an invitation-only
24
- pilot program that requires agreement to specific terms and conditions. Pilot programs are subject to change, and we can’t
25
- guarantee acceptance. The commands in the <codeph otherprops="nolang">{{topic}}</codeph> topic aren’t generally available unless or
26
- until Salesforce announces its general availability in documentation or in press
27
- releases or public statements. We can’t guarantee general availability within any
28
- particular time frame or at all. Make your purchase decisions only on the basis of
29
- generally available products and features.</note>
30
- </conbody>{{/if}}{{#if isOpenPilotTopic}}
31
- <conbody>
32
- <note>We provide the commands in the <codeph otherprops="nolang">{{topic}}</codeph> topic to selected customers through a pilot program
33
- that requires agreement to specific terms and conditions. To be nominated to participate
34
- in the program, contact Salesforce. Pilot programs are subject to change, and we can’t
35
- guarantee acceptance. The commands in the <codeph otherprops="nolang">{{topic}}</codeph> topic aren’t generally available unless or
36
- until Salesforce announces its general availability in documentation or in press
37
- releases or public statements. We can’t guarantee general availability within any
38
- particular time frame or at all. Make your purchase decisions only on the basis of
39
- generally available products and features.</note>
40
- </conbody>{{/if}}{{#if isBetaTopic}}
41
- <conbody>
42
- <note>This feature is a Beta Service. Customers may opt to try such Beta Service in its sole discretion. Any use of the Beta Service is subject to the applicable Beta Services Terms provided at Agreements and Terms (<xref href="{{trailblazerCommunityUrl}}" format="html" scope="external" type="new-window:HTML">https://www.salesforce.com/company/legal/agreements/</xref>).</note>
43
- </conbody>{{/if}}
44
- </concept>