Skip to content

Commit

Permalink
chore(release): 1.0.3 [skip ci]
Browse files Browse the repository at this point in the history
## @nanduland/cli [1.0.3](https://github.com/taskforcesh/nandu/compare/@nanduland/cli@1.0.2...@nanduland/cli@1.0.3) (2022-09-23)

### Dependencies

* **@nanduland/service:** upgraded to 1.0.2
  • Loading branch information
semantic-release-bot committed Sep 23, 2022
1 parent 2d67666 commit 2ed09df
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions packages/cli/README.md
Expand Up @@ -93,7 +93,7 @@ $ npm install -g @nanduland/cli
$ nandu COMMAND
running command...
$ nandu (-v|--version|version)
@nanduland/cli/1.0.2 linux-x64 node-v14.20.0
@nanduland/cli/1.0.3 linux-x64 node-v14.20.0
$ nandu --help [COMMAND]
USAGE
$ nandu COMMAND
Expand Down Expand Up @@ -146,7 +146,7 @@ EXAMPLE
$ nandu start -p 4567
```

_See code: [src/commands/start.ts](https://github.com/taskforcesh/nandu/blob/v1.0.2/src/commands/start.ts)_
_See code: [src/commands/start.ts](https://github.com/taskforcesh/nandu/blob/v1.0.3/src/commands/start.ts)_

## `nandu token`

Expand All @@ -160,7 +160,7 @@ EXAMPLE
$ nandu token:create myuser
```

_See code: [src/commands/token/index.ts](https://github.com/taskforcesh/nandu/blob/v1.0.2/src/commands/token/index.ts)_
_See code: [src/commands/token/index.ts](https://github.com/taskforcesh/nandu/blob/v1.0.3/src/commands/token/index.ts)_

## `nandu token:create USER`

Expand All @@ -181,7 +181,7 @@ EXAMPLE
$ nandu start -p 4567
```

_See code: [src/commands/token/create.ts](https://github.com/taskforcesh/nandu/blob/v1.0.2/src/commands/token/create.ts)_
_See code: [src/commands/token/create.ts](https://github.com/taskforcesh/nandu/blob/v1.0.3/src/commands/token/create.ts)_

## `nandu token:ls USER`

Expand All @@ -200,7 +200,7 @@ EXAMPLE
$ nandu start -p 4567
```

_See code: [src/commands/token/ls.ts](https://github.com/taskforcesh/nandu/blob/v1.0.2/src/commands/token/ls.ts)_
_See code: [src/commands/token/ls.ts](https://github.com/taskforcesh/nandu/blob/v1.0.3/src/commands/token/ls.ts)_

## `nandu user`

Expand All @@ -214,7 +214,7 @@ EXAMPLE
$ nandu user:add myuser
```

_See code: [src/commands/user/index.ts](https://github.com/taskforcesh/nandu/blob/v1.0.2/src/commands/user/index.ts)_
_See code: [src/commands/user/index.ts](https://github.com/taskforcesh/nandu/blob/v1.0.3/src/commands/user/index.ts)_

## `nandu user:add USER`

Expand All @@ -233,5 +233,5 @@ EXAMPLE
$ nandu user:add myuser
```

_See code: [src/commands/user/add.ts](https://github.com/taskforcesh/nandu/blob/v1.0.2/src/commands/user/add.ts)_
_See code: [src/commands/user/add.ts](https://github.com/taskforcesh/nandu/blob/v1.0.3/src/commands/user/add.ts)_
<!-- commandsstop -->
4 changes: 2 additions & 2 deletions packages/cli/package.json
@@ -1,14 +1,14 @@
{
"name": "@nanduland/cli",
"description": "Nandu Open NPM Registry CLI",
"version": "1.0.2",
"version": "1.0.3",
"author": "@taskforcesh",
"bin": {
"nandu": "./bin/run"
},
"bugs": "https://github.com/taskforcesh/nandu/issues",
"dependencies": {
"@nanduland/service": "1.0.1",
"@nanduland/service": "1.0.2",
"@npmcli/config": "^2.4.0",
"@oclif/command": "^1.8.16",
"@oclif/config": "^1.18.3",
Expand Down

0 comments on commit 2ed09df

Please sign in to comment.