Share and Release HelloWorld Packages#
Once you’ve built and packaged your HelloWorld application, you can optionally:
Push the package to the Fuze remote cache
Promote the build to a release stage
To update the package in the remote cache:
fuze --build-map helloworld-x86-app.json --target x86-app --update-packages
To release a FuzeID to a stage (e.g., qa, release):
fuze --release qa <FuzeID>
Where <FuzeID> is the ID assigned to your successful build. You’ll find it in fuze.out or printed during the build.
Reminder: You must have credentials and access to the remote FuzeDB to perform these operations.