-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commands
Leon edited this page Nov 28, 2025
·
1 revision
spiky-cli has some preconfigured commands built in.
This command is used to display help information on how to use the cli in the best way possible.
npx spiky-cli help
A command that is made to initialize a new config file. Use -y to use the default configuration and to skip all the questions.
npx spiky-cli init
Transpile the code according to the files and options specified in the config.spiky.json file.
npx spiky-cli build
A command used to check the current version.
npx spiky-cli version
Update the application automatically.
npx spiky-cli update