@salesforce/plugin-command-reference 3.1.79 → 3.1.80

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.
@@ -169,5 +169,5 @@
169
169
  ]
170
170
  }
171
171
  },
172
- "version": "3.1.79"
172
+ "version": "3.1.80"
173
173
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-command-reference",
3
3
  "description": "Generate the Salesforce CLI command reference guide",
4
- "version": "3.1.79",
4
+ "version": "3.1.80",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/salesforcecli/plugin-command-reference/issues",
7
7
  "type": "module",
@@ -18,11 +18,11 @@
18
18
  "devDependencies": {
19
19
  "@oclif/plugin-help": "^6.2.36",
20
20
  "@salesforce/dev-scripts": "^11.0.4",
21
- "@salesforce/plugin-auth": "^3.9.19",
22
- "@salesforce/plugin-user": "^3.6.41",
21
+ "@salesforce/plugin-auth": "^3.9.26",
22
+ "@salesforce/plugin-user": "^3.6.44",
23
23
  "@types/debug": "^4.1.12",
24
24
  "eslint-plugin-sf-plugin": "^1.20.33",
25
- "oclif": "^4.22.50",
25
+ "oclif": "^4.22.59",
26
26
  "ts-node": "^10.9.2",
27
27
  "typescript": "^5.5.4"
28
28
  },
@@ -9,7 +9,7 @@ IF YOU WANT TO CHANGE THIS CONTENT, CONTACT juliet.shackell@salesforce.com FOR D
9
9
 
10
10
  -->
11
11
  {{!--Not all commands have a minor noun; some are just commandmajornoun:commandverb. This is a sample topic for a commmand with no minor noun.--}}
12
- <title><codeph otherprops="nolang">{{name}}</codeph>{{#if isClosedPilotCommand}} (Pilot){{/if}}{{#if isOpenPilotCommand}} (Pilot){{/if}}{{#if isBetaCommand}} (Beta){{/if}}{{#if deprecated}} (Deprecated){{/if}}</title>
12
+ <title><codeph otherprops="nolang">{{name}}</codeph>{{#if isPreviewCommand}} (Developer Preview){{/if}}{{#if isClosedPilotCommand}} (Pilot){{/if}}{{#if isOpenPilotCommand}} (Pilot){{/if}}{{#if isBetaCommand}} (Beta){{/if}}{{#if deprecated}} (Deprecated){{/if}}</title>
13
13
  <shortdesc>
14
14
  <ph id="shortdesc">
15
15
  {{#if deprecated}}The command <codeph otherprops="nolang">{{name}}</codeph> has been deprecated{{#if deprecationOptions.version}} and will be removed in v{{deprecationOptions.version}} or later{{/if}}. {{#if deprecated.to}} Use <codeph otherprops="nolang">{{deprecated.to}}</codeph> instead. {{/if}} {{/if}}{{summary}}
@@ -48,6 +48,9 @@ IF YOU WANT TO CHANGE THIS CONTENT, CONTACT juliet.shackell@salesforce.com FOR D
48
48
  </section>{{/if}}{{#if isBetaCommand}}
49
49
  <section>
50
50
  <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="https://www.salesforce.com/company/legal/agreements/" format="html" scope="external" type="new-window:HTML">https://www.salesforce.com/company/legal/agreements/</xref>).</note>
51
+ </section>{{/if}}{{#if isPreviewCommand}}
52
+ <section>
53
+ <note>This command is available as a developer preview. The command isn’t generally available unless or until Salesforce announces its general availability in documentation or in press releases or public statements. All commands, parameters, and other features are subject to change or deprecation at any time, with or without notice. Don't implement functionality developed with these commands or tools.</note>
51
54
  </section>{{/if}}
52
55
  {{#if help}}
53
56
  <section>