Skip to content

Commit

Permalink
bump to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudlewis committed Aug 12, 2021
1 parent 9fe06a5 commit 949fc22
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 17 deletions.
29 changes: 13 additions & 16 deletions packages/prismic-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $ npm install -g prismic-cli
$ prismic COMMAND
running command...
$ prismic (-v|--version|version)
prismic-cli/4.0.7 darwin-x64 node-v16.5.0
prismic-cli/4.1.0 darwin-arm64 node-v16.6.1
$ prismic --help [COMMAND]
USAGE
$ prismic COMMAND
Expand Down Expand Up @@ -68,7 +68,7 @@ OPTIONS
-h, --help show CLI help
```

_See code: [src/commands/list.ts](https://github.com/prismicio/prismic-cli/blob/v4.0.7/src/commands/list.ts)_
_See code: [src/commands/list.ts](https://github.com/prismicio/prismic-cli/blob/v4.1.0/src/commands/list.ts)_

## `prismic login`

Expand All @@ -79,13 +79,11 @@ USAGE
$ prismic login
OPTIONS
-h, --help show CLI help
--email=email email address
--oauthaccesstoken=oauthaccesstoken oauth access token for sso
--password=password password
-h, --help show CLI help
--port=port [default: 5555] port to start the local login server
```

_See code: [src/commands/login.ts](https://github.com/prismicio/prismic-cli/blob/v4.0.7/src/commands/login.ts)_
_See code: [src/commands/login.ts](https://github.com/prismicio/prismic-cli/blob/v4.1.0/src/commands/login.ts)_

## `prismic logout`

Expand All @@ -99,7 +97,7 @@ OPTIONS
-h, --help show CLI help
```

_See code: [src/commands/logout.ts](https://github.com/prismicio/prismic-cli/blob/v4.0.7/src/commands/logout.ts)_
_See code: [src/commands/logout.ts](https://github.com/prismicio/prismic-cli/blob/v4.1.0/src/commands/logout.ts)_

## `prismic new`

Expand All @@ -118,7 +116,7 @@ OPTIONS
--skip-install prevent running install command after generating project
```

_See code: [src/commands/new.ts](https://github.com/prismicio/prismic-cli/blob/v4.0.7/src/commands/new.ts)_
_See code: [src/commands/new.ts](https://github.com/prismicio/prismic-cli/blob/v4.1.0/src/commands/new.ts)_

## `prismic signup`

Expand All @@ -129,12 +127,11 @@ USAGE
$ prismic signup
OPTIONS
-h, --help show CLI help
--email=email email address
--password=password password
-h, --help show CLI help
--port=port [default: 5555] port to start the local login server
```

_See code: [src/commands/signup.ts](https://github.com/prismicio/prismic-cli/blob/v4.0.7/src/commands/signup.ts)_
_See code: [src/commands/signup.ts](https://github.com/prismicio/prismic-cli/blob/v4.1.0/src/commands/signup.ts)_

## `prismic slicemachine`

Expand Down Expand Up @@ -164,7 +161,7 @@ ALIASES
$ prismic sm
```

_See code: [src/commands/slicemachine.ts](https://github.com/prismicio/prismic-cli/blob/v4.0.7/src/commands/slicemachine.ts)_
_See code: [src/commands/slicemachine.ts](https://github.com/prismicio/prismic-cli/blob/v4.1.0/src/commands/slicemachine.ts)_

## `prismic theme [SOURCE]`

Expand All @@ -189,7 +186,7 @@ OPTIONS
--skip-install prevent running install command after generating project
```

_See code: [src/commands/theme.ts](https://github.com/prismicio/prismic-cli/blob/v4.0.7/src/commands/theme.ts)_
_See code: [src/commands/theme.ts](https://github.com/prismicio/prismic-cli/blob/v4.1.0/src/commands/theme.ts)_

## `prismic whoami`

Expand All @@ -203,7 +200,7 @@ OPTIONS
-h, --help show CLI help
```

_See code: [src/commands/whoami.ts](https://github.com/prismicio/prismic-cli/blob/v4.0.7/src/commands/whoami.ts)_
_See code: [src/commands/whoami.ts](https://github.com/prismicio/prismic-cli/blob/v4.1.0/src/commands/whoami.ts)_
<!-- commandsstop -->

# Development
Expand Down
2 changes: 1 addition & 1 deletion packages/prismic-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "prismic-cli",
"description": "Command line to bootstrap prismic projects.",
"version": "4.0.7",
"version": "4.1.0",
"author": "prismic.io developers",
"bin": {
"prismic": "bin/run"
Expand Down

0 comments on commit 949fc22

Please sign in to comment.