Thanks to visit codestin.com
Credit goes to github.com

Skip to content

akamai property-manager import fails when rule name contains special character #77

@astoltz

Description

@astoltz

When running "akamai property-manager import" against a property, file names are created based off of the rule name. Akamai allows having an asterisks in the rule name, but Windows doesn't.

The resulting exception is:

  PM CLI error occurred:  Error: ENOENT: no such file or directory, open 'REDACTED\REDACTED\config-snippets\_en_products_*.json' Error: ENOENT: no such file or directory, open 'REDACTED\REDACTED\config-snippets\_en_products_*.json'
      at Object.openSync (node:fs:594:3)
      at Object.writeFileSync (node:fs:2207:35)
      at Utils.writeFile (C:\Users\REDACTED\.akamai-cli\src\cli-property-manager\src\utils.js:102:12)
      at Utils.writeJsonFile (C:\Users\REDACTED\.akamai-cli\src\cli-property-manager\src\utils.js:94:14)
      at ProjectPropertyManager.storeTemplate (C:\Users\REDACTED\.akamai-cli\src\cli-property-manager\src\pm\project_property_manager.js:104:20)
      at ProjectPropertyManager. (C:\Users\REDACTED\.akamai-cli\src\cli-property-manager\src\pm\project_property_manager.js:205:22)
      at C:\Users\REDACTED\.akamai-cli\src\cli-property-manager\node_modules\underscore\underscore-node-f.cjs:716:19
      at Function.each (C:\Users\REDACTED\.akamai-cli\src\cli-property-manager\node_modules\underscore\underscore-node-f.cjs:1328:7)
      at ProjectPropertyManager.setupPropertyTemplate (C:\Users\REDACTED\.akamai-cli\src\cli-property-manager\src\pm\project_property_manager.js:204:15)
      at DevopsPropertyManager.importProperty (C:\Users\REDACTED\.akamai-cli\src\cli-property-manager\src\pm\devops_property_manager.js:151:23)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions