Skip to content

Commit

Permalink
feat: 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
boris-w committed Mar 2, 2023
1 parent 8566178 commit 48ca4eb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $ npm install -g @apitable/widget-cli
$ widget-cli COMMAND
running command...
$ widget-cli (-v|--version|version)
@apitable/widget-cli/0.0.2 darwin-x64 node-v16.15.0
@apitable/widget-cli/1.0.0 darwin-x64 node-v16.15.0
$ widget-cli --help [COMMAND]
USAGE
$ widget-cli COMMAND
Expand Down Expand Up @@ -57,7 +57,7 @@ EXAMPLE
Succeed!
```

_See code: [lib/commands/auth.js](https://github.com/apitable/widget-cli/blob/v0.0.2/lib/commands/auth.js)_
_See code: [lib/commands/auth.js](https://github.com/apitable/widget-cli/blob/v1.0.0/lib/commands/auth.js)_

## `widget-cli help [COMMAND]`

Expand Down Expand Up @@ -97,7 +97,7 @@ EXAMPLE
your widget: my-widget is successfully created, cd my-widget/ check it out!
```

_See code: [lib/commands/init.js](https://github.com/apitable/widget-cli/blob/v0.0.2/lib/commands/init.js)_
_See code: [lib/commands/init.js](https://github.com/apitable/widget-cli/blob/v1.0.0/lib/commands/init.js)_

## `widget-cli list-release [PACKAGEID]`

Expand All @@ -120,7 +120,7 @@ EXAMPLE
Succeed!
```

_See code: [lib/commands/list-release.js](https://github.com/apitable/widget-cli/blob/v0.0.2/lib/commands/list-release.js)_
_See code: [lib/commands/list-release.js](https://github.com/apitable/widget-cli/blob/v1.0.0/lib/commands/list-release.js)_

## `widget-cli release`

Expand All @@ -141,7 +141,7 @@ EXAMPLE
Succeed!
```

_See code: [lib/commands/release.js](https://github.com/apitable/widget-cli/blob/v0.0.2/lib/commands/release.js)_
_See code: [lib/commands/release.js](https://github.com/apitable/widget-cli/blob/v1.0.0/lib/commands/release.js)_

## `widget-cli rollback [PACKAGEID] [VERSION]`

Expand All @@ -165,7 +165,7 @@ EXAMPLE
Succeed!
```

_See code: [lib/commands/rollback.js](https://github.com/apitable/widget-cli/blob/v0.0.2/lib/commands/rollback.js)_
_See code: [lib/commands/rollback.js](https://github.com/apitable/widget-cli/blob/v1.0.0/lib/commands/rollback.js)_

## `widget-cli start`

Expand All @@ -185,7 +185,7 @@ EXAMPLE
Compiling...
```

_See code: [lib/commands/start.js](https://github.com/apitable/widget-cli/blob/v0.0.2/lib/commands/start.js)_
_See code: [lib/commands/start.js](https://github.com/apitable/widget-cli/blob/v1.0.0/lib/commands/start.js)_

## `widget-cli submit`

Expand All @@ -206,7 +206,7 @@ EXAMPLE
Succeed!
```

_See code: [lib/commands/submit.js](https://github.com/apitable/widget-cli/blob/v0.0.2/lib/commands/submit.js)_
_See code: [lib/commands/submit.js](https://github.com/apitable/widget-cli/blob/v1.0.0/lib/commands/submit.js)_

## `widget-cli unpublish [PACKAGEID]`

Expand All @@ -230,5 +230,5 @@ EXAMPLE
Succeed!
```

_See code: [lib/commands/unpublish.js](https://github.com/apitable/widget-cli/blob/v0.0.2/lib/commands/unpublish.js)_
_See code: [lib/commands/unpublish.js](https://github.com/apitable/widget-cli/blob/v1.0.0/lib/commands/unpublish.js)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@apitable/widget-cli",
"description": "help you to build awesome apitable widget",
"version": "0.0.2",
"version": "1.0.0",
"author": "APITable PTE. LTD.",
"bin": {
"widget-cli": "./bin/run"
Expand Down

0 comments on commit 48ca4eb

Please sign in to comment.