Skip to content

Commit

Permalink
bump to 4.1.1
Browse files Browse the repository at this point in the history
`
  • Loading branch information
arnaudlewis committed Aug 12, 2021
1 parent 0058ac4 commit 3cfeb3a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 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.1.0 darwin-arm64 node-v16.6.1
prismic-cli/4.1.1 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.1.0/src/commands/list.ts)_
_See code: [src/commands/list.ts](https://github.com/prismicio/prismic-cli/blob/v4.1.1/src/commands/list.ts)_

## `prismic login`

Expand All @@ -83,7 +83,7 @@ OPTIONS
--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.1.0/src/commands/login.ts)_
_See code: [src/commands/login.ts](https://github.com/prismicio/prismic-cli/blob/v4.1.1/src/commands/login.ts)_

## `prismic logout`

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

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

## `prismic new`

Expand All @@ -116,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.1.0/src/commands/new.ts)_
_See code: [src/commands/new.ts](https://github.com/prismicio/prismic-cli/blob/v4.1.1/src/commands/new.ts)_

## `prismic signup`

Expand All @@ -131,7 +131,7 @@ OPTIONS
--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.1.0/src/commands/signup.ts)_
_See code: [src/commands/signup.ts](https://github.com/prismicio/prismic-cli/blob/v4.1.1/src/commands/signup.ts)_

## `prismic slicemachine`

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

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

## `prismic theme [SOURCE]`

Expand All @@ -186,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.1.0/src/commands/theme.ts)_
_See code: [src/commands/theme.ts](https://github.com/prismicio/prismic-cli/blob/v4.1.1/src/commands/theme.ts)_

## `prismic whoami`

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

_See code: [src/commands/whoami.ts](https://github.com/prismicio/prismic-cli/blob/v4.1.0/src/commands/whoami.ts)_
_See code: [src/commands/whoami.ts](https://github.com/prismicio/prismic-cli/blob/v4.1.1/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.1.0",
"version": "4.1.1",
"author": "prismic.io developers",
"bin": {
"prismic": "bin/run"
Expand Down

0 comments on commit 3cfeb3a

Please sign in to comment.