Jim Priest
05/23/2023, 2:14 PMroot:/opt/ColdFusion/cfusion/bin# ./cfpm.sh scan /virtual/www <http://localhost:8500>
Incorrect usage of scan command. It must be scan CODEBASEPATH.
Docs are confusing:
The docs example mentions CFSERVERURL
<https://helpx.adobe.com/coldfusion/using/coldfusion-package-manager.html>
scan CODEBASEPATH CFSERVERURL
scan <path_to_your_code_base> http://[CF_SERVER_HOST]:port
BUT The help example from cfpm itself doesn't mention CFSERVERURL just CODEBASEPATH????
scan CODEBASEPATH
Scans code at the given PATH and finds all packages to be installed.
Would also be nice if 'info PACKAGENAME' told me what tags that package supported.Jim Priest
05/23/2023, 2:17 PMMark Takata (Adobe)
05/23/2023, 2:46 PM