Skip to content

Commit

Permalink
Version 3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
JrMasterModelBuilder committed Nov 5, 2023
1 parent e376bf9 commit 3483b76
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
44 changes: 22 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $ npm install -g @shockpkg/cli
$ shockpkg COMMAND
running command...
$ shockpkg (--version|-v)
@shockpkg/cli/3.0.5 platform-arch node-vX.X.X
@shockpkg/cli/3.0.6 platform-arch node-vX.X.X
$ shockpkg --help [COMMAND]
USAGE
$ shockpkg COMMAND
Expand Down Expand Up @@ -70,7 +70,7 @@ DESCRIPTION
Show info about CLI.
```

_See code: [src/commands/about.ts](https://github.com/shockpkg/cli/blob/3.0.5/src/commands/about.ts)_
_See code: [src/commands/about.ts](https://github.com/shockpkg/cli/blob/3.0.6/src/commands/about.ts)_

## `shockpkg available`

Expand All @@ -87,7 +87,7 @@ DESCRIPTION
List the available packages not installed.
```

_See code: [src/commands/available.ts](https://github.com/shockpkg/cli/blob/3.0.5/src/commands/available.ts)_
_See code: [src/commands/available.ts](https://github.com/shockpkg/cli/blob/3.0.6/src/commands/available.ts)_

## `shockpkg cleanup`

Expand All @@ -104,7 +104,7 @@ DESCRIPTION
Cleanup temporary files and obsolete packages.
```

_See code: [src/commands/cleanup.ts](https://github.com/shockpkg/cli/blob/3.0.5/src/commands/cleanup.ts)_
_See code: [src/commands/cleanup.ts](https://github.com/shockpkg/cli/blob/3.0.6/src/commands/cleanup.ts)_

## `shockpkg file PACKAGE`

Expand All @@ -124,7 +124,7 @@ DESCRIPTION
Get package file path.
```

_See code: [src/commands/file.ts](https://github.com/shockpkg/cli/blob/3.0.5/src/commands/file.ts)_
_See code: [src/commands/file.ts](https://github.com/shockpkg/cli/blob/3.0.6/src/commands/file.ts)_

## `shockpkg help [COMMAND]`

Expand All @@ -144,7 +144,7 @@ DESCRIPTION
Show CLI help.
```

_See code: [src/commands/help.ts](https://github.com/shockpkg/cli/blob/3.0.5/src/commands/help.ts)_
_See code: [src/commands/help.ts](https://github.com/shockpkg/cli/blob/3.0.6/src/commands/help.ts)_

## `shockpkg info PACKAGE`

Expand All @@ -164,7 +164,7 @@ DESCRIPTION
View info for package.
```

_See code: [src/commands/info.ts](https://github.com/shockpkg/cli/blob/3.0.5/src/commands/info.ts)_
_See code: [src/commands/info.ts](https://github.com/shockpkg/cli/blob/3.0.6/src/commands/info.ts)_

## `shockpkg install PACKAGES`

Expand All @@ -184,7 +184,7 @@ DESCRIPTION
Install packages.
```

_See code: [src/commands/install.ts](https://github.com/shockpkg/cli/blob/3.0.5/src/commands/install.ts)_
_See code: [src/commands/install.ts](https://github.com/shockpkg/cli/blob/3.0.6/src/commands/install.ts)_

## `shockpkg installed`

Expand All @@ -201,7 +201,7 @@ DESCRIPTION
List the installed packages.
```

_See code: [src/commands/installed.ts](https://github.com/shockpkg/cli/blob/3.0.5/src/commands/installed.ts)_
_See code: [src/commands/installed.ts](https://github.com/shockpkg/cli/blob/3.0.6/src/commands/installed.ts)_

## `shockpkg is-current PACKAGE`

Expand All @@ -221,7 +221,7 @@ DESCRIPTION
Check package is installed and current.
```

_See code: [src/commands/is-current.ts](https://github.com/shockpkg/cli/blob/3.0.5/src/commands/is-current.ts)_
_See code: [src/commands/is-current.ts](https://github.com/shockpkg/cli/blob/3.0.6/src/commands/is-current.ts)_

## `shockpkg is-installed PACKAGE`

Expand All @@ -241,7 +241,7 @@ DESCRIPTION
Check package is installed.
```

_See code: [src/commands/is-installed.ts](https://github.com/shockpkg/cli/blob/3.0.5/src/commands/is-installed.ts)_
_See code: [src/commands/is-installed.ts](https://github.com/shockpkg/cli/blob/3.0.6/src/commands/is-installed.ts)_

## `shockpkg is-obsolete PACKAGE`

Expand All @@ -261,7 +261,7 @@ DESCRIPTION
Check package is obsolete.
```

_See code: [src/commands/is-obsolete.ts](https://github.com/shockpkg/cli/blob/3.0.5/src/commands/is-obsolete.ts)_
_See code: [src/commands/is-obsolete.ts](https://github.com/shockpkg/cli/blob/3.0.6/src/commands/is-obsolete.ts)_

## `shockpkg list`

Expand All @@ -278,7 +278,7 @@ DESCRIPTION
List all the packages in the package list.
```

_See code: [src/commands/list.ts](https://github.com/shockpkg/cli/blob/3.0.5/src/commands/list.ts)_
_See code: [src/commands/list.ts](https://github.com/shockpkg/cli/blob/3.0.6/src/commands/list.ts)_

## `shockpkg obsolete`

Expand All @@ -295,7 +295,7 @@ DESCRIPTION
List obsolete installed packages.
```

_See code: [src/commands/obsolete.ts](https://github.com/shockpkg/cli/blob/3.0.5/src/commands/obsolete.ts)_
_See code: [src/commands/obsolete.ts](https://github.com/shockpkg/cli/blob/3.0.6/src/commands/obsolete.ts)_

## `shockpkg outdated`

Expand All @@ -312,7 +312,7 @@ DESCRIPTION
List outdated installed packages.
```

_See code: [src/commands/outdated.ts](https://github.com/shockpkg/cli/blob/3.0.5/src/commands/outdated.ts)_
_See code: [src/commands/outdated.ts](https://github.com/shockpkg/cli/blob/3.0.6/src/commands/outdated.ts)_

## `shockpkg path`

Expand All @@ -329,7 +329,7 @@ DESCRIPTION
Get package manager path.
```

_See code: [src/commands/path.ts](https://github.com/shockpkg/cli/blob/3.0.5/src/commands/path.ts)_
_See code: [src/commands/path.ts](https://github.com/shockpkg/cli/blob/3.0.6/src/commands/path.ts)_

## `shockpkg remove PACKAGES`

Expand All @@ -349,7 +349,7 @@ DESCRIPTION
Remove packages.
```

_See code: [src/commands/remove.ts](https://github.com/shockpkg/cli/blob/3.0.5/src/commands/remove.ts)_
_See code: [src/commands/remove.ts](https://github.com/shockpkg/cli/blob/3.0.6/src/commands/remove.ts)_

## `shockpkg update`

Expand All @@ -367,7 +367,7 @@ DESCRIPTION
Update the packages list.
```

_See code: [src/commands/update.ts](https://github.com/shockpkg/cli/blob/3.0.5/src/commands/update.ts)_
_See code: [src/commands/update.ts](https://github.com/shockpkg/cli/blob/3.0.6/src/commands/update.ts)_

## `shockpkg upgrade`

Expand All @@ -384,7 +384,7 @@ DESCRIPTION
Upgrade all outdated packages.
```

_See code: [src/commands/upgrade.ts](https://github.com/shockpkg/cli/blob/3.0.5/src/commands/upgrade.ts)_
_See code: [src/commands/upgrade.ts](https://github.com/shockpkg/cli/blob/3.0.6/src/commands/upgrade.ts)_

## `shockpkg url`

Expand All @@ -401,7 +401,7 @@ DESCRIPTION
Get package manager package list URL.
```

_See code: [src/commands/url.ts](https://github.com/shockpkg/cli/blob/3.0.5/src/commands/url.ts)_
_See code: [src/commands/url.ts](https://github.com/shockpkg/cli/blob/3.0.6/src/commands/url.ts)_

## `shockpkg verify PACKAGE`

Expand All @@ -421,7 +421,7 @@ DESCRIPTION
Verify an installed package.
```

_See code: [src/commands/verify.ts](https://github.com/shockpkg/cli/blob/3.0.5/src/commands/verify.ts)_
_See code: [src/commands/verify.ts](https://github.com/shockpkg/cli/blob/3.0.6/src/commands/verify.ts)_

## `shockpkg version`

Expand All @@ -435,7 +435,7 @@ DESCRIPTION
Show CLI version.
```

_See code: [src/commands/version.ts](https://github.com/shockpkg/cli/blob/3.0.5/src/commands/version.ts)_
_See code: [src/commands/version.ts](https://github.com/shockpkg/cli/blob/3.0.6/src/commands/version.ts)_
<!-- commandsstop -->

# Bugs
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@shockpkg/cli",
"description": "shockpkg cli",
"version": "3.0.5",
"version": "3.0.6",
"keywords": [
"shockpkg",
"package",
Expand Down

0 comments on commit 3483b76

Please sign in to comment.