You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the import option (e.g. akamai pm import -p "REDACTED"), an ENOENT: no such file or directory error occurs if the property contains a rule with an asterisk in the name (e.g. /.well-known/*.json):
PM CLI error occurred: Error: ENOENT: no such file or directory, open 'C:\Users\REDACTED\Documents\Akamai Property Manager\REDACTED\config-snippets\_.well-known_*.json' Error: ENOENT: no such file or directory, open 'C:\Users\REDACTED\Documents\Akamai Property Manager\REDACTED\config-snippets\_.well-known_*.json'
at Object.openSync (fs.js:434:3)
at Object.writeFileSync (fs.js:1154:35)
at Utils.writeFile (C:\Users\REDACTED\.akamai-cli\src\cli-promotional-deployment\src\utils.js:102:12)
at Utils.writeJsonFile (C:\Users\REDACTED\.akamai-cli\src\cli-promotional-deployment\src\utils.js:94:14)
at ProjectPropertyManager.storeTemplate (C:\Users\REDACTED\.akamai-cli\src\cli-promotional-deployment\src\pm\project_property_manager.js:104:20)
at ProjectPropertyManager._.each (C:\Users\REDACTED\.akamai-cli\src\cli-promotional-deployment\src\pm\project_property_manager.js:204:22)
at C:\Users\REDACTED\.akamai-cli\src\cli-promotional-deployment\node_modules\underscore\underscore.js:76:21
at Function._.each._.forEach (C:\Users\REDACTED\.akamai-cli\src\cli-promotional-deployment\node_modules\underscore\underscore.js:191:9)
at ProjectPropertyManager.setupPropertyTemplate (C:\Users\REDACTED\.akamai-cli\src\cli-promotional-deployment\src\pm\project_property_manager.js:203:15)
at DevopsPropertyManager.importProperty (C:\Users\REDACTED\.akamai-cli\src\cli-promotional-deployment\src\pm\devops_property_manager.js:145:23)
Perhaps asterisks and other characters reserved by supported file systems and operating systems should be escaped (and round-tripped) during the import and upload (save) process.
The text was updated successfully, but these errors were encountered:
When using the
import
option (e.g.akamai pm import -p "REDACTED"
), anENOENT: no such file or directory
error occurs if the property contains a rule with an asterisk in the name (e.g./.well-known/*.json
):Perhaps asterisks and other characters reserved by supported file systems and operating systems should be escaped (and round-tripped) during the import and upload (save) process.
The text was updated successfully, but these errors were encountered: