d4rkstar commented on issue #104: URL: https://github.com/apache/openserverless/issues/104#issuecomment-2745036153
Hello, the feature is implemented. You can place multiple manifest files inside the `package` folder like this: ```shell packages [...] ├── 01-manifest-actions.yaml ├── 02-manifest-sequences.yaml ``` and the deployer will take care of deploy them using `ops -wsk project` command. I've sorted the glob so the order of the file can be choosen by the user. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
