File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ and then writes project-specific runtime files.
1515## Usage
1616
1717``` bash
18- npx @spawn-dock/create --token < pairing-token> [project-dir]
18+ npx -y @spawn-dock/create@beta --token < pairing-token> [project-dir]
1919```
2020
2121If npm registry access is unavailable, the GitHub fallback remains:
Original file line number Diff line number Diff line change 99} from "../core/bootstrap.js"
1010
1111export const formatUsage = (
12- invocation = "npx @spawn-dock/create --token <pairing-token> [project-dir]" ,
12+ invocation = "npx -y @spawn-dock/create@beta --token <pairing-token> [project-dir]" ,
1313) : string => `Usage: ${ invocation } `
1414
1515export const parseArgs = (
Original file line number Diff line number Diff line change @@ -61,8 +61,8 @@ describe("parseArgs", () => {
6161
6262describe ( "formatUsage" , ( ) => {
6363 it ( "renders a custom invocation" , ( ) => {
64- expect ( formatUsage ( "npx @spawn-dock/create --token <pairing-token> [project-dir]" ) ) . toBe (
65- "Usage: npx @spawn-dock/create --token <pairing-token> [project-dir]" ,
64+ expect ( formatUsage ( "npx -y @spawn-dock/create@beta --token <pairing-token> [project-dir]" ) ) . toBe (
65+ "Usage: npx -y @spawn-dock/create@beta --token <pairing-token> [project-dir]" ,
6666 )
6767 } )
6868} )
You can’t perform that action at this time.
0 commit comments