Skip to content

Commit

Permalink
chore(release): 4.6.1-dev.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Mar 21, 2024
1 parent a4d6acf commit c592a10
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 25 deletions.
24 changes: 11 additions & 13 deletions docs/generate.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ Generate a new CLI

```
USAGE
$ oclif generate NAME [-y] [--author <value>] [--bin <value>] [--description <value>] [--license <value>]
$ oclif generate NAME [--author <value>] [--bin <value>] [--description <value>] [--license <value>]
[--module-type CommonJS|ESM] [--name <value>] [--owner <value>] [--package-manager npm|yarn] [--repository <value>]
[-d <value>]
[-d <value>] [-y]
ARGUMENTS
NAME Directory name of new project.
Expand Down Expand Up @@ -60,48 +60,46 @@ EXAMPLES
$ oclif generate my-cli --module-type CommonJS --author "John Doe" --yes
```

_See code: [src/commands/generate.ts](https://github.com/oclif/oclif/blob/4.6.1-dev.0/src/commands/generate.ts)_
_See code: [src/commands/generate.ts](https://github.com/oclif/oclif/blob/4.6.1-dev.1/src/commands/generate.ts)_

## `oclif generate command NAME`

Add a command to an existing CLI or plugin.

```
USAGE
$ oclif generate command NAME [-y] [--commands-dir <value>] [--force]
$ oclif generate command NAME [--commands-dir <value>] [--force]
ARGUMENTS
NAME name of command
FLAGS
-y, --yes Use defaults for all prompts. Individual flags will override defaults.
--commands-dir=<value> [default: src/commands] The directory to create the command in.
--force Overwrite existing files.
--commands-dir=<value> [default: src/commands] The directory to create the command in.
--force Overwrite existing files.
DESCRIPTION
Add a command to an existing CLI or plugin.
```

_See code: [src/commands/generate/command.ts](https://github.com/oclif/oclif/blob/4.6.1-dev.0/src/commands/generate/command.ts)_
_See code: [src/commands/generate/command.ts](https://github.com/oclif/oclif/blob/4.6.1-dev.1/src/commands/generate/command.ts)_

## `oclif generate hook NAME`

Add a hook to an existing CLI or plugin.

```
USAGE
$ oclif generate hook NAME [-y] [--event <value>] [--force]
$ oclif generate hook NAME [--event <value>] [--force]
ARGUMENTS
NAME Name of hook (snake_case).
FLAGS
-y, --yes Use defaults for all prompts. Individual flags will override defaults.
--event=<value> [default: init] Event to run hook on.
--force Overwrite existing files.
--event=<value> [default: init] Event to run hook on.
--force Overwrite existing files.
DESCRIPTION
Add a hook to an existing CLI or plugin.
```

_See code: [src/commands/generate/hook.ts](https://github.com/oclif/oclif/blob/4.6.1-dev.0/src/commands/generate/hook.ts)_
_See code: [src/commands/generate/hook.ts](https://github.com/oclif/oclif/blob/4.6.1-dev.1/src/commands/generate/hook.ts)_
2 changes: 1 addition & 1 deletion docs/manifest.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ DESCRIPTION
Generates plugin manifest json (oclif.manifest.json).
```

_See code: [src/commands/manifest.ts](https://github.com/oclif/oclif/blob/4.6.1-dev.0/src/commands/manifest.ts)_
_See code: [src/commands/manifest.ts](https://github.com/oclif/oclif/blob/4.6.1-dev.1/src/commands/manifest.ts)_
8 changes: 4 additions & 4 deletions docs/pack.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ FLAG DESCRIPTIONS
For more details see the `-Zcompress-type` section at https://man7.org/linux/man-pages/man1/dpkg-deb.1.html
```

_See code: [src/commands/pack/deb.ts](https://github.com/oclif/oclif/blob/4.6.1-dev.0/src/commands/pack/deb.ts)_
_See code: [src/commands/pack/deb.ts](https://github.com/oclif/oclif/blob/4.6.1-dev.1/src/commands/pack/deb.ts)_

## `oclif pack macos`

Expand All @@ -49,7 +49,7 @@ DESCRIPTION
Pack CLI into macOS .pkg
```

_See code: [src/commands/pack/macos.ts](https://github.com/oclif/oclif/blob/4.6.1-dev.0/src/commands/pack/macos.ts)_
_See code: [src/commands/pack/macos.ts](https://github.com/oclif/oclif/blob/4.6.1-dev.1/src/commands/pack/macos.ts)_

## `oclif pack tarballs`

Expand All @@ -72,7 +72,7 @@ DESCRIPTION
This can be used to create oclif CLIs that use the system node or that come preloaded with a node binary.
```

_See code: [src/commands/pack/tarballs.ts](https://github.com/oclif/oclif/blob/4.6.1-dev.0/src/commands/pack/tarballs.ts)_
_See code: [src/commands/pack/tarballs.ts](https://github.com/oclif/oclif/blob/4.6.1-dev.1/src/commands/pack/tarballs.ts)_

## `oclif pack win`

Expand Down Expand Up @@ -106,4 +106,4 @@ FLAG DESCRIPTIONS
There is no way to set a hidden checkbox with "true" as a default...the user can always allow full security
```

_See code: [src/commands/pack/win.ts](https://github.com/oclif/oclif/blob/4.6.1-dev.0/src/commands/pack/win.ts)_
_See code: [src/commands/pack/win.ts](https://github.com/oclif/oclif/blob/4.6.1-dev.1/src/commands/pack/win.ts)_
2 changes: 1 addition & 1 deletion docs/promote.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ DESCRIPTION
Promote CLI builds to a S3 release channel.
```

_See code: [src/commands/promote.ts](https://github.com/oclif/oclif/blob/4.6.1-dev.0/src/commands/promote.ts)_
_See code: [src/commands/promote.ts](https://github.com/oclif/oclif/blob/4.6.1-dev.1/src/commands/promote.ts)_
2 changes: 1 addition & 1 deletion docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ DESCRIPTION
Customize the code URL prefix by setting oclif.repositoryPrefix in package.json.
```

_See code: [src/commands/readme.ts](https://github.com/oclif/oclif/blob/4.6.1-dev.0/src/commands/readme.ts)_
_See code: [src/commands/readme.ts](https://github.com/oclif/oclif/blob/4.6.1-dev.1/src/commands/readme.ts)_
8 changes: 4 additions & 4 deletions docs/upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ DESCRIPTION
Upload deb package built with `pack deb`.
```

_See code: [src/commands/upload/deb.ts](https://github.com/oclif/oclif/blob/4.6.1-dev.0/src/commands/upload/deb.ts)_
_See code: [src/commands/upload/deb.ts](https://github.com/oclif/oclif/blob/4.6.1-dev.1/src/commands/upload/deb.ts)_

## `oclif upload macos`

Expand All @@ -40,7 +40,7 @@ DESCRIPTION
Upload macos installers built with `pack macos`.
```

_See code: [src/commands/upload/macos.ts](https://github.com/oclif/oclif/blob/4.6.1-dev.0/src/commands/upload/macos.ts)_
_See code: [src/commands/upload/macos.ts](https://github.com/oclif/oclif/blob/4.6.1-dev.1/src/commands/upload/macos.ts)_

## `oclif upload tarballs`

Expand All @@ -59,7 +59,7 @@ DESCRIPTION
Upload an oclif CLI to S3.
```

_See code: [src/commands/upload/tarballs.ts](https://github.com/oclif/oclif/blob/4.6.1-dev.0/src/commands/upload/tarballs.ts)_
_See code: [src/commands/upload/tarballs.ts](https://github.com/oclif/oclif/blob/4.6.1-dev.1/src/commands/upload/tarballs.ts)_

## `oclif upload win`

Expand All @@ -77,4 +77,4 @@ DESCRIPTION
Upload windows installers built with `pack win`.
```

_See code: [src/commands/upload/win.ts](https://github.com/oclif/oclif/blob/4.6.1-dev.0/src/commands/upload/win.ts)_
_See code: [src/commands/upload/win.ts](https://github.com/oclif/oclif/blob/4.6.1-dev.1/src/commands/upload/win.ts)_
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "oclif",
"description": "oclif: create your own CLI",
"version": "4.6.1-dev.0",
"version": "4.6.1-dev.1",
"author": "Salesforce",
"bin": {
"oclif": "bin/run.js"
Expand Down

0 comments on commit c592a10

Please sign in to comment.