diff --git a/packages/prismic-cli/README.md b/packages/prismic-cli/README.md index ddcafeb6..ada22548 100644 --- a/packages/prismic-cli/README.md +++ b/packages/prismic-cli/README.md @@ -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 @@ -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` @@ -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` @@ -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` @@ -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` @@ -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` @@ -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]` @@ -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` @@ -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)_ # Development diff --git a/packages/prismic-cli/package.json b/packages/prismic-cli/package.json index f651a946..b9022e30 100644 --- a/packages/prismic-cli/package.json +++ b/packages/prismic-cli/package.json @@ -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"