Skip to content

Rules not in the manifest file are not deleted with undeploy command #9

Open
@duynguyen

Description

@duynguyen

When a user runs the command aio app undeploy, all deployed resources on Runtime would be cleaned up regardless whether they are defined in the manifest yaml file or not. However it does not apply to rules, which still rely on the manifest definition.

const manifestEntities = utils.processPackage(manifestContent.packages, {}, {}, {}, true)
entities.apis = manifestEntities.apis
entities.rules = manifestEntities.rules

Reported by @UrsBoller in Firefly Forum: https://experienceleaguecommunities.adobe.com/t5/project-firefly-questions/quot-aio-app-undeploy-quot-error-when-manifest-yaml-changed/qaq-p/379941.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions