This website requires JavaScript.
Explore
Help
Sign In
MirrorSave
/
budibase
mirror of
https://github.com/Budibase/budibase.git
Watch
1
Star
0
Fork
You've already forked budibase
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
810b3c34b7
budibase
/
packages
/
cli
/
src
/
constants.js
9 lines
108 B
JavaScript
Raw
Normal View
History
Unescape
Escape
All the groundwork laid now, just need to implement the functionality for hosting.
2021-02-26 12:46:48 +01:00
exports
.
CommandWords
=
{
HOSTING
:
"hosting"
,
HELP
:
"help"
,
}
Updating the CLI to have a fast init method, this will make using it for DO much much easier.
2021-03-18 19:26:41 +01:00
exports
.
InitTypes
=
{
QUICK
:
"quick"
,
}