Builder

The commands in the builder command group are:

Create

The create command is the one you should use when starting a project, it will give an error if a data.json is found in the CWD to prevent overwritting existing projects.
This command will ask you for prompts you must fill out to write the data to a json file.
This command takes one argument:

  • –network: Flag to state the creation of a network, this will force to create a porxy server and at least one extra server.

Update

The update command is the one you should use to remove, add or change the data in the data.json. You must need to run create before using this command or you will be prompted an error.
This command takes four arguments:

  • --add: Flag to use when

  • --remove: Flag to use when removing a service.

  • --change: Flag to use the change mode of prompts, where prompts will be defaulted to the values in the data.json file.

  • --web: Flag to change the web server status, acts as a switch from true to false and false to true.

  • --database: Flag to use when changing env values of a database or adding a one.

  • --database:

  • --server: Parameter to specify the name of the service to edit

Note

--server parameter does not work with --add since --service only accepts names of existing services.

Build

The build command is the one you should use in case the create or update commands failed building all the resources for the project.