You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CLI will be triggered by using boyka keyword in the terminal. The CLI will be very basic which will not have actual implementation of each commands.
Basic commands
configure: This will guide the user to create a new boyka-config.json file
init: Create new config file
web: This will guide the user to configure new Web app using the config key provided
api: This will guide the user to configure new API app using the config key provided
mobile: This will guide the user to configure new Mobile app using the config key provided
help: This will print details about all the available commands
version: This will print version of the tool
--verbose: This will make command execution verbose
Notes:
Modification of config file is not supported in this ticket
This is an MVP for Boyka command line tool
The text was updated successfully, but these errors were encountered:
Trigger command
The CLI will be triggered by using
boyka
keyword in the terminal. The CLI will be very basic which will not have actual implementation of each commands.Basic commands
configure
: This will guide the user to create a newboyka-config.json
fileinit
: Create new config fileweb
: This will guide the user to configure new Web app using the config key providedapi
: This will guide the user to configure new API app using the config key providedmobile
: This will guide the user to configure new Mobile app using the config key providedhelp
: This will print details about all the available commandsversion
: This will print version of the tool--verbose
: This will make command execution verboseNotes:
The text was updated successfully, but these errors were encountered: