Whatever message this page gives is out now! Go check it out!
Command | Description |
install PACKAGENAME[:VERSION] | Installs a new package. If VERSION is not specified, then the latest version of the package will be installed. You can also specify comma-separated packages to install multiple packages. |
install ALL | Installs all the packages available in the repo. |
| update ALL | Updates the server hotfix and all the installed packages to the latest version. |
update packages | Updates all installed packages to the latest versions. |
uninstall ALL | Uninstalls all packages that were installed. |
uninstall PACKAGENAME | Uninstalls a package from the system. You can specify comma-separated packages to uninstall the packages. |
list | Lists all installed packages. |
listall | Lists all available packages in the repo. |
info PACKAGENAME | Prints the package-related information on the console. |
help | Prints the usage of all commands on the console. |
scan CODEBASEPATH | Scans code at the given PATH and finds all packages to be installed. |
scanandinstall CODEBASEPATH | Scans code at the given PATH and installs all required packages. |
downloadrepo DOWNLOAD_PATH | Clones the repository of the packages to the specified path. |
q or quit | Exits the cfpm console. |
cls or clear | Clears the cfpm console. |
| purgecache | Purges the Felix cache. Felix stores all installed bundles into a bundle cache directory. By default, Felix creates a cache directory, called felix-cache, in your current working directory. For more information, see Apache Felix framework . Run this command to clear the bundle cache. You must stop ColdFusion server, run purgecache , and then restart ColdFusion. |
| export EXPORT_FILEPATH | Exports all the installed packages to a file. |
| import IMPORT_FILEPATH | Imports all the specified packages in the file into the server. |
| Package version | Minimum core server version | Command | Action | Existing or new behavior |
| Version 6 | Version 5 | install <package name> | ColdFusion installs version 6 of the package without any confirmation. | Existing |
| Version 6 | Version 6 | install <package name> | ColdFusion installs the latest package compatible with the current core server version. | Existing |
| Version 6 | Version 5 | install <package name> | ColdFusion installs version 6 of the package without updating the core server. | Existing |
| Version 6 | Version 6 | install <package name>: <version> | ColdFusion asks you if you want to install both core server and package to version 6. | New |
| Package version | Minimum core server version | Command | Action | Existing or new behavior |
| Version 6 | Version 6 | install all | ColdFusion asks you if you want to install both the core server and package to version 6. | New |
| Package version | Minimum core server version | Command | Action | Existing or new behavior |
| Version 5 | Version 5 | install <package name>: <version> | ColdFusion asks you if you want to downgrade both the core server and the packages to their base versions. | New |
| Package version | Minimum core server version | Command | Action | Existing or new behavior |
| Version 6 | Version 5 | update all | ColdFusion installs both the core server and packages to version 6. | Existing |
| Version 6 | Version 6 | update all | ColdFusion asks you if you want to install both the core server and packages to version 6. | New |
#
#Thu Sep 17 13:41:19 GMT+05:30 2020
server_hotfix_updatelevel=0
packages=awssqs\:2021.0.0.322293,awssns\:2021.0.0.322293,azureservicebus\:2021.0.0.322293,awsdynamodb\:2021.0.0.322293,pdf\:2021.0.0.322293,felixclassloader\:2021.0.0.322293,report\:2021.0.0.322293,awss3\:2021.0.0.322293,document\:2021.0.0.322293,image\:2021.0.0.322293,chart\:2021.0.0.322293,spreadsheet\:2021.0.0.322293,presentation\:2021.0.0.322293,adminapi\:2021.0.0.322293,administrator\:2021.0.0.322293| Action | ColdFusion Package Manager | ColdFusion Administrator |
Update a single package |
| In the section Installed Packages , select a package, and in the Available Versions drop-down, choose the version that you want to update to. |
Update multiple packages |
| NOT SUPPORTED |
Update all packages |
| NOT SUPPORTED |