You have now installed karaqu-cli
. If you now enter the command karaqu
in the terminal without
any options or flags, it will print the help section, similar to this:
Usage: karaqu <options>
help --help, -h Displays this help.
version --version, -v Displays version of this tool.
config --config, -c Displays last saved login information.
init --init, -i When starting a new application use this option to
create a empty scaffold file structure. Useful for
quick start.
run --run, -r Using this option, you can develop individual
applications detached from the online Karaqu
service. Specify path and port when using this
option. Example; karaqu run . 8080
login --login, -l In order to publish your application, you need to
login to Karaqu and obtain a token that will be
used to identify you and your application.
publish --publish, -p Once logged in, you can publish your application
and it will be available to run in Karaqu online
service. Notice that file size limit 5MB and total
package size limit is 10MB.