Version Mismatch?

bun create solid --help (base)

Create-Solid v0.6.1
A CLI for scaffolding new Solid projects (create-solid v0.6.1) 10:56:08 PM

USAGE create-solid [OPTIONS] [PROJECTNAMEPOSITIONAL] [TEMPLATEPOSITIONAL]

ARGUMENTS

PROJECTNAMEPOSITIONAL Project name
TEMPLATEPOSITIONAL Template name

OPTIONS

-p, --project-name Project name
-s, --solidstart Create a SolidStart project
bun create solid --help (base)

Create-Solid v0.6.1
A CLI for scaffolding new Solid projects (create-solid v0.6.1) 10:56:08 PM

USAGE create-solid [OPTIONS] [PROJECTNAMEPOSITIONAL] [TEMPLATEPOSITIONAL]

ARGUMENTS

PROJECTNAMEPOSITIONAL Project name
TEMPLATEPOSITIONAL Template name

OPTIONS

-p, --project-name Project name
-s, --solidstart Create a SolidStart project
Shouldn't this give me the latest version (1.1.3 according to the website)? I'm trying to create some documentation that will copy-paste commands and I want to use this command at a specific version. How do I do that?
2 Replies
Tommypop
Tommypop2mo ago
Are you referring to 0.6.1 instead of 1.1.3? If so, it's just where the CLI version is separate to the version of Solid/Solid Start It always fetches the most recent template from the official SolidJS/Solid Start templates (if you're online) As for using the CLI at a specific version, I think you can just do bun create [email protected]
Industrial
IndustrialOP2mo ago
Ah, okay. You are correct. I assumed the version would be the same. Thanks!

Did you find this page helpful?