Once you have been granted access to the package on ForgeBox, you will be able to install the module from your CommandBox CLI. Check and make sure you are logged into the CLI with your ForgeBox account.
forgebox whoami
If you're not logged in, you can authenticate like so:
forgebox login
Now you're ready to install the Service Manager module!
install [email protected]
The module will be installed as a global/system CommandBox module. You can update all your system modules or just the service manager like so:
# Check and update all system dependenciesupdate --system# Update only the service managerupdate [email protected] --system# List all system dependencieslist --system# Check for oudated dependenciesoutdated --system