change cli init across docs (#1245)

<!--

Make sure you've read the CONTRIBUTING.md guidelines:
https://github.com/stack-auth/stack-auth/blob/dev/CONTRIBUTING.md

-->


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Documentation**
* Updated installation and setup instructions across all documentation,
README files, and getting started guides to use the new Stack CLI
command format for project initialization. Users will now see the
updated command throughout documentation and framework-specific setup
guides.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
BilalG1
2026-03-13 10:45:24 -07:00
committed by GitHub
parent de4c247b9f
commit 8e03677aad
9 changed files with 12 additions and 17 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ export const setupExamples = {
{
language: 'JavaScript',
framework: 'Next.js',
code: `npx @stackframe/init-stack@latest`,
code: `npx @stackframe/stack-cli@latest init`,
highlightLanguage: 'bash',
filename: 'Terminal'
}