Skip to content

Commit

Permalink
chore(release): 3.0.76 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Apr 11, 2024
1 parent 4927382 commit 61bbea7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## [3.0.76](https://github.com/salesforcecli/plugin-command-reference/compare/3.0.75...3.0.76) (2024-04-11)

## [3.0.75](https://github.com/salesforcecli/plugin-command-reference/compare/3.0.74...3.0.75) (2024-04-07)

### Bug Fixes
Expand Down
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ generate the command reference guide located

```
USAGE
$ sf commandreference generate [--json] [-d <value>] [-p <value> | -a] [-s <value>] [--hidden] [--error-on-warnings] [-c
<value>]
$ sf commandreference generate [--json] [--flags-dir <value>] [-d <value>] [-p <value> | -a] [-s <value>] [--hidden]
[--error-on-warnings] [-c <value>]
FLAGS
-a, --all include all relevant plugins in the generation
Expand All @@ -104,7 +104,8 @@ FLAGS
--hidden show hidden commands
GLOBAL FLAGS
--json Format output as json.
--flags-dir=<value> Import flag values from a directory.
--json Format output as json.
DESCRIPTION
generate the command reference guide located
Expand All @@ -129,26 +130,27 @@ EXAMPLES
$ sf commandreference generate --all --config-path /path/to/plugin --output-dir ./docs
```

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

## `sf jit install`

Install all JIT plugins.

```
USAGE
$ sf jit install [--json] [-d]
$ sf jit install [--json] [--flags-dir <value>] [-d]
FLAGS
-d, --dry-run List the plugins that would be installed.
GLOBAL FLAGS
--json Format output as json.
--flags-dir=<value> Import flag values from a directory.
--json Format output as json.
EXAMPLES
$ sf jit install
```

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

<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/plugin-command-reference",
"description": "Generate the Salesforce CLI command reference guide",
"version": "3.0.75",
"version": "3.0.76",
"author": "Salesforce",
"bugs": "https://github.com/salesforcecli/plugin-command-reference/issues",
"type": "module",
Expand Down

0 comments on commit 61bbea7

Please sign in to comment.