@hellocoop/quickstart 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -9,6 +9,17 @@ npx @hellocoop/quickstart@latest
9
9
 
10
10
  This will open up a browser window, where you will need to login with Hellō, and then choose to create a new app, or return the `client_id`.
11
11
 
12
+ ### Options
13
+
14
+ - --provider_hint (-p) - space separated string of provider_hint
15
+ - --suffix (-x) - suffix to add to generated app name
16
+ - --integration (-i) - integration name shown in console
17
+ - --file (-f) - file to write out HELLO_CLIENT_ID_DEFAULT
18
+ - --secret (-s) - boolean to generate a HELLO_COOKIE_SECRET_DEFAULT value
19
+ - --wildcard (-w) - boolean to set the wildcard domain Development Redirect URI
20
+ - --debug (-d) - output debug info
21
+
22
+
12
23
  ## Import Package
13
24
 
14
25
  This package is useful for platform specific installers such as [Hellō Quickstart for Next.js](https://www.npmjs.com/package/@hellocoop/quickstart-nextjs)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hellocoop/quickstart",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "A CLI and module to start the Hello Quickstart web app and return a client_id",
5
5
  "main": "index.js",
6
6
  "bin": {
package/quickstart.mjs CHANGED
@@ -54,7 +54,7 @@ const {
54
54
  type: "boolean",
55
55
  short: "d",
56
56
  },
57
- },
57
+ },
58
58
  });
59
59
 
60
60
  import 'dotenv/config'