Skip to content

Commit

Permalink
v1.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
totev committed Oct 4, 2024
1 parent f3122e4 commit d2fe859
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ $ npm install -g vodafone-station-cli
$ vodafone-station-cli COMMAND
running command...
$ vodafone-station-cli (--version)
vodafone-station-cli/1.2.9 darwin-arm64 node-v22.6.0
vodafone-station-cli/1.2.10 darwin-arm64 node-v22.6.0
$ vodafone-station-cli --help [COMMAND]
USAGE
$ vodafone-station-cli COMMAND
Expand Down Expand Up @@ -590,7 +590,7 @@ EXAMPLES
$ vodafone-station-cli diagnose
```

_See code: [src/commands/diagnose.ts](https://github.com/totev/vodafone-station-cli/blob/v1.2.9/src/commands/diagnose.ts)_
_See code: [src/commands/diagnose.ts](https://github.com/totev/vodafone-station-cli/blob/v1.2.10/src/commands/diagnose.ts)_

## `vodafone-station-cli discover`

Expand All @@ -607,7 +607,7 @@ EXAMPLES
$ vodafone-station-cli discover
```

_See code: [src/commands/discover.ts](https://github.com/totev/vodafone-station-cli/blob/v1.2.9/src/commands/discover.ts)_
_See code: [src/commands/discover.ts](https://github.com/totev/vodafone-station-cli/blob/v1.2.10/src/commands/discover.ts)_

## `vodafone-station-cli docsis`

Expand All @@ -630,7 +630,7 @@ EXAMPLES
{JSON data}
```

_See code: [src/commands/docsis.ts](https://github.com/totev/vodafone-station-cli/blob/v1.2.9/src/commands/docsis.ts)_
_See code: [src/commands/docsis.ts](https://github.com/totev/vodafone-station-cli/blob/v1.2.10/src/commands/docsis.ts)_

## `vodafone-station-cli help [COMMAND]`

Expand Down Expand Up @@ -673,7 +673,7 @@ EXAMPLES
$ vodafone-station-cli host-exposure:disable -p PASSWORD [ENTRY NAME | [ENTRY NAME...]]
```

_See code: [src/commands/host-exposure/disable.ts](https://github.com/totev/vodafone-station-cli/blob/v1.2.9/src/commands/host-exposure/disable.ts)_
_See code: [src/commands/host-exposure/disable.ts](https://github.com/totev/vodafone-station-cli/blob/v1.2.10/src/commands/host-exposure/disable.ts)_

## `vodafone-station-cli host-exposure enable [ENTRIES]`

Expand All @@ -696,7 +696,7 @@ EXAMPLES
$ vodafone-station-cli host-exposure:enable -p PASSWORD [ENTRY NAME | [ENTRY NAME...]]
```

_See code: [src/commands/host-exposure/enable.ts](https://github.com/totev/vodafone-station-cli/blob/v1.2.9/src/commands/host-exposure/enable.ts)_
_See code: [src/commands/host-exposure/enable.ts](https://github.com/totev/vodafone-station-cli/blob/v1.2.10/src/commands/host-exposure/enable.ts)_

## `vodafone-station-cli host-exposure get`

Expand All @@ -717,7 +717,7 @@ EXAMPLES
{JSON data}
```

_See code: [src/commands/host-exposure/get.ts](https://github.com/totev/vodafone-station-cli/blob/v1.2.9/src/commands/host-exposure/get.ts)_
_See code: [src/commands/host-exposure/get.ts](https://github.com/totev/vodafone-station-cli/blob/v1.2.10/src/commands/host-exposure/get.ts)_

## `vodafone-station-cli host-exposure set FILE`

Expand All @@ -740,7 +740,7 @@ EXAMPLES
$ vodafone-station-cli host-exposure:set -p PASSWORD <FILE>
```

_See code: [src/commands/host-exposure/set.ts](https://github.com/totev/vodafone-station-cli/blob/v1.2.9/src/commands/host-exposure/set.ts)_
_See code: [src/commands/host-exposure/set.ts](https://github.com/totev/vodafone-station-cli/blob/v1.2.10/src/commands/host-exposure/set.ts)_

## `vodafone-station-cli plugins`

Expand Down Expand Up @@ -1049,5 +1049,5 @@ EXAMPLES
$ vodafone-station-cli restart -p PASSWORD
```

_See code: [src/commands/restart.ts](https://github.com/totev/vodafone-station-cli/blob/v1.2.9/src/commands/restart.ts)_
_See code: [src/commands/restart.ts](https://github.com/totev/vodafone-station-cli/blob/v1.2.10/src/commands/restart.ts)_
<!-- commandsstop -->
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vodafone-station-cli",
"description": "Access your Vodafone Station from the comfort of the command line.",
"version": "1.2.9",
"version": "1.2.10",
"author": "Dobroslav Totev",
"bin": {
"vodafone-station-cli": "./bin/run"
Expand Down Expand Up @@ -82,7 +82,7 @@
"postpack": "shx rm -f oclif.manifest.json",
"prepack": "yarn build && oclif manifest && oclif readme",
"test": "jest",
"version": "oclif readme"
"version": "oclif readme && git add README.md"
},
"engines": {
"node": ">=18.0.0"
Expand Down

0 comments on commit d2fe859

Please sign in to comment.