Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# @nanduland/cli 1.0.0 (2022-09-13)

### Features

* initial version dashboard ([#9](#9)) ([eb5df81](eb5df81))
  • Loading branch information
semantic-release-bot committed Sep 13, 2022
1 parent 2b98c96 commit 48d37c7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
19 changes: 10 additions & 9 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Nandu Open NPM Registry CLI
<!-- toc -->
* [Nandu CLI](#nandu-cli)
* [Quick Start](#quick-start)
* [Teams](#teams)
* [Usage](#usage)
* [Commands](#commands)
<!-- tocstop -->
Expand Down Expand Up @@ -88,11 +89,11 @@ $ npm access grant read-only @myorg:myteam @myorg/mypackage

<!-- usage -->
```sh-session
$ npm install -g nandu-cli
$ npm install -g @nanduland/cli
$ nandu COMMAND
running command...
$ nandu (-v|--version|version)
nandu-cli/1.2.2 darwin-x64 node-v14.19.0
@nanduland/cli/1.0.0 linux-x64 node-v14.20.0
$ nandu --help [COMMAND]
USAGE
$ nandu COMMAND
Expand Down Expand Up @@ -126,7 +127,7 @@ OPTIONS
--all see all commands in CLI
```

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.5/src/commands/help.ts)_
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.3.1/src/commands/help.ts)_

## `nandu start`

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

_See code: [src/commands/start.ts](https://github.com/taskforcesh/nandu-cli/blob/v1.2.2/src/commands/start.ts)_
_See code: [src/commands/start.ts](https://github.com/taskforcesh/nandu/blob/v1.0.0/src/commands/start.ts)_

## `nandu token`

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

_See code: [src/commands/token/index.ts](https://github.com/taskforcesh/nandu-cli/blob/v1.2.2/src/commands/token/index.ts)_
_See code: [src/commands/token/index.ts](https://github.com/taskforcesh/nandu/blob/v1.0.0/src/commands/token/index.ts)_

## `nandu token:create USER`

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

_See code: [src/commands/token/create.ts](https://github.com/taskforcesh/nandu-cli/blob/v1.2.2/src/commands/token/create.ts)_
_See code: [src/commands/token/create.ts](https://github.com/taskforcesh/nandu/blob/v1.0.0/src/commands/token/create.ts)_

## `nandu token:ls USER`

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

_See code: [src/commands/token/ls.ts](https://github.com/taskforcesh/nandu-cli/blob/v1.2.2/src/commands/token/ls.ts)_
_See code: [src/commands/token/ls.ts](https://github.com/taskforcesh/nandu/blob/v1.0.0/src/commands/token/ls.ts)_

## `nandu user`

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

_See code: [src/commands/user/index.ts](https://github.com/taskforcesh/nandu-cli/blob/v1.2.2/src/commands/user/index.ts)_
_See code: [src/commands/user/index.ts](https://github.com/taskforcesh/nandu/blob/v1.0.0/src/commands/user/index.ts)_

## `nandu user:add USER`

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

_See code: [src/commands/user/add.ts](https://github.com/taskforcesh/nandu-cli/blob/v1.2.2/src/commands/user/add.ts)_
_See code: [src/commands/user/add.ts](https://github.com/taskforcesh/nandu/blob/v1.0.0/src/commands/user/add.ts)_
<!-- commandsstop -->
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@nanduland/cli",
"description": "Nandu Open NPM Registry CLI",
"version": "1.2.2",
"version": "1.0.0",
"author": "@taskforcesh",
"bin": {
"nandu": "./bin/run"
},
"bugs": "https://github.com/taskforcesh/nandu/issues",
"dependencies": {
"@nanduland/service": "workspace:*",
"@nanduland/service": "1.0.0",
"@npmcli/config": "^2.3.1",
"@oclif/command": "^1",
"@oclif/config": "^1",
Expand Down

0 comments on commit 48d37c7

Please sign in to comment.