Skip to content

Commands

Leon edited this page Nov 28, 2025 · 1 revision

Commands

spiky-cli has some preconfigured commands built in.

help

This command is used to display help information on how to use the cli in the best way possible.

npx spiky-cli help

init

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

build

Transpile the code according to the files and options specified in the config.spiky.json file.

npx spiky-cli build

version

A command used to check the current version.

npx spiky-cli version

update

Update the application automatically.

npx spiky-cli update

Clone this wiki locally