snippetbashTip
balena — Interact with the balenaCloud, openBalena, and the balena API. More information: <https://docs.balen
Viewed 0 times
thecommandbalenacloudinteractcliopenbalenawithbalena
Problem
How to use the
balena command: Interact with the balenaCloud, openBalena, and the balena API. More information: <https://docs.balena.io/reference/balena-cli/latest/>.Solution
balena — Interact with the balenaCloud, openBalena, and the balena API. More information: <https://docs.balena.io/reference/balena-cli/latest/>.Log in to the balenaCloud account:
balena loginCreate a balenaCloud or openBalena application:
balena app create {{app_name}}List all balenaCloud or openBalena applications within the account:
balena appsList all devices associated with the balenaCloud or openBalena account:
balena devicesFlash a balenaOS image to a local drive:
balena local flash {{path/to/balenaos.img}} --drive {{drive_location}}Code Snippets
Log in to the balenaCloud account
balena loginCreate a balenaCloud or openBalena application
balena app create {{app_name}}List all balenaCloud or openBalena applications within the account
balena appsList all devices associated with the balenaCloud or openBalena account
balena devicesFlash a balenaOS image to a local drive
balena local flash {{path/to/balenaos.img}} --drive {{drive_location}}Context
tldr-pages: common/balena
Revisions (0)
No revisions yet.