| Commands | |
|---|---|
| package bugs | Opens a package's bugs URL if found |
| package clear | Remove a property out of the box |
| package documentation | Opens a package's bugs URL if found |
| package help | |
| package homepage | Opens a package's homepage URL if found |
| package init | Initialize a package in the current directory by creating a default box |
| package init-wizard | Initialize a package in the current directory by creating a default box |
| package install | Download and install an entry from an endpoint (like ForgeBox) into your application or read the box |
| package list | Lists all dependencies of a package recursivley |
| package outdated | Verifies versions of all dependencies of a package recursivley |
| package run-script | Runs a package script, by name |
| package set | Set values set in box |
| package show | View proprties set in box |
| package uninstall | Uninstall a package from your application |
| package update | Updates all of the packages in your project that have new versions available |
| package version | Interact with your package's version number |