Skip to content

Commit 61bbea7

Browse files
committed
chore(release): 3.0.76 [skip ci]
1 parent 4927382 commit 61bbea7

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## [3.0.76](https://github.com/salesforcecli/plugin-command-reference/compare/3.0.75...3.0.76) (2024-04-11)
2+
13
## [3.0.75](https://github.com/salesforcecli/plugin-command-reference/compare/3.0.74...3.0.75) (2024-04-07)
24

35
### Bug Fixes

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ generate the command reference guide located
9090

9191
```
9292
USAGE
93-
$ sf commandreference generate [--json] [-d <value>] [-p <value> | -a] [-s <value>] [--hidden] [--error-on-warnings] [-c
94-
<value>]
93+
$ sf commandreference generate [--json] [--flags-dir <value>] [-d <value>] [-p <value> | -a] [-s <value>] [--hidden]
94+
[--error-on-warnings] [-c <value>]
9595
9696
FLAGS
9797
-a, --all include all relevant plugins in the generation
@@ -104,7 +104,8 @@ FLAGS
104104
--hidden show hidden commands
105105
106106
GLOBAL FLAGS
107-
--json Format output as json.
107+
--flags-dir=<value> Import flag values from a directory.
108+
--json Format output as json.
108109
109110
DESCRIPTION
110111
generate the command reference guide located
@@ -129,26 +130,27 @@ EXAMPLES
129130
$ sf commandreference generate --all --config-path /path/to/plugin --output-dir ./docs
130131
```
131132

132-
_See code: [src/commands/commandreference/generate.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.0.75/src/commands/commandreference/generate.ts)_
133+
_See code: [src/commands/commandreference/generate.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.0.76/src/commands/commandreference/generate.ts)_
133134

134135
## `sf jit install`
135136

136137
Install all JIT plugins.
137138

138139
```
139140
USAGE
140-
$ sf jit install [--json] [-d]
141+
$ sf jit install [--json] [--flags-dir <value>] [-d]
141142
142143
FLAGS
143144
-d, --dry-run List the plugins that would be installed.
144145
145146
GLOBAL FLAGS
146-
--json Format output as json.
147+
--flags-dir=<value> Import flag values from a directory.
148+
--json Format output as json.
147149
148150
EXAMPLES
149151
$ sf jit install
150152
```
151153

152-
_See code: [src/commands/jit/install.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.0.75/src/commands/jit/install.ts)_
154+
_See code: [src/commands/jit/install.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.0.76/src/commands/jit/install.ts)_
153155

154156
<!-- commandsstop -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-command-reference",
33
"description": "Generate the Salesforce CLI command reference guide",
4-
"version": "3.0.75",
4+
"version": "3.0.76",
55
"author": "Salesforce",
66
"bugs": "https://github.com/salesforcecli/plugin-command-reference/issues",
77
"type": "module",

0 commit comments

Comments
 (0)