diff --git a/.changeset/mighty-pants-rush.md b/.changeset/mighty-pants-rush.md new file mode 100644 index 000000000000..9eb14bfa28d0 --- /dev/null +++ b/.changeset/mighty-pants-rush.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Fixes a typo in the command name of the CLI diff --git a/packages/astro/src/cli/index.ts b/packages/astro/src/cli/index.ts index 5f1cc75a95f2..a963b84143dd 100644 --- a/packages/astro/src/cli/index.ts +++ b/packages/astro/src/cli/index.ts @@ -84,7 +84,7 @@ function resolveCommand(flags: yargs.Arguments): CLICommand { 'db', 'info', 'login', - 'loutout', + 'logout', 'link', 'init', ]);