Loading...
Loading...
In order to register a new endpoint, just give it a name and set your endpoint as follows:
forgebox endpoint register stg-forgebox https://forgebox.stg.ortushq.com/api/v1/
The next step is to authenticate against your endpoint using valid credentials as is shown below:
forgebox login endpointName=stg-forgebox
If you want to update your endpoint to be the default one, just do it like this:
forgebox endpoint set-default stg-forgebox
This will default your endpoint and you will be able to install packages from your endpoint without giving a namespace.
You can remove endpoints anytime by using the remove command:
forgebox endpoint remove demo-endpoint