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
  • Publishing private packages to ForgeBox
  • Installing private packages from ForgeBox

Was this helpful?

Edit on GitHub
Export as PDF
  1. Package Management

Private Packages

PreviousFORGEBOX Web UINextManaging Your Account

Last updated 2 years ago

Was this helpful?

FORGEBOX allows you to publish packages that only you can see and install. You'll be able to view your private package from the CLI, in the search, and in your ForgeBox account, but these packages will now show up for any other users.

Publishing private packages to ForgeBox

To create a private package, set the private property to true in your box.json prior to publishing.

package init
package set private=true
package set slug=my-slug@forgeBoxUser
etc...
publish

Installing private packages from ForgeBox

Replace forgeBoxUser with your actual ForgeBox username. When you install the package, you'll need to use the full slug like so:

install my-slug@forgeBoxUser

You can install specific versions or version ranges as you would expect:

install my-slug@forgeBoxUser@1.0.0
install my-slug@forgeBoxUser@be

Keep in mind that the private packages are a paid feature, however, we are giving one private package with the community plan for free for you to explore and play with it.

ForgeBox.io