Skip to main content
Assets are user-scoped app artifacts used by run.cloud simulator sessions.
run-cloud asset push ./MyApp.tar.gz -n my-app
run-cloud asset list
run-cloud asset pull <asset-id> -o ./MyApp.tar.gz
run-cloud asset delete <asset-id>
Use assets when CI or an agent needs to install the same build into multiple simulator sessions. Accepted artifact extensions are intentionally broad, but iOS Simulator installation works best with zipped simulator .app bundles or simulator archives produced by your build system.