FORGEBOX
  • Intro
  • Release History
    • What's New With 7.7.0
    • What's New With 7.1.0
    • What's New With 7.0.0
  • Getting Started
    • Creating a user account
  • Package Management
    • CommandBox
      • Installing Packages
        • Installation Path
        • Installation Options
        • Advanced Installation
      • Publishing Packages
      • Updating Packages
      • FORGEBOX Commands
    • FORGEBOX Web UI
    • Private Packages
  • Managing Your Account
    • User Profile
    • User Account
    • Plan & Billing
    • User Tokens
    • Personal API Tokens
  • FORGEBOX Editions
  • 🆓Community
    • Intro
    • Features
  • Pro
    • Intro
    • Features
  • 🚅Business
    • Intro
    • Roles
  • ☁️Enterprise
    • Intro
    • Storage
    • CommandBox Commands
      • List
      • Register
      • Login
      • Set Default
      • Remove
    • Usage
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
Export as PDF
  1. Enterprise

Usage

PreviousRemove

Last updated 2 years ago

Was this helpful?

Once you have registered your endpoint and you are authenticated, you will be able to install packages from your custom endpoint like this:

install stg-forgebox:coldbox

In the previous example you can see we are installing a coldbox package from stg-forgebox which is our custom endpoint instead of the default one.

You can set your own endpoint as default and then you will not need to use the namespace to refer to your endpoint. In the following example, we will ask CommandBox to retrieve a coldbox package from our own endpoint without using a namespace

example: install coldbox

☁️