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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Features
Add bundle support. The CLI now creates a zip file before uploading it to ipfs. This allows for folder structures to be uploaded, which means that file imports are now supported, it no longer needs to be a single executable. To make use of this feature, simply change the fileUrl to a folder instead of a file, and set the entrypoint property in acurast.json to the file that should be used as a starting point.
Add support for the new RestartPolicy. You can specify how your script should behave in case of a crash or early termination.