1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 16:42:08 +02:00
tldr/pages/common/balena.md
Lena 7ca1069d76
pages/*: reword descriptions without using "a CLI for" etc. (#10437)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-07-16 19:23:40 +02:00

575 B

balena

Interact with the balenaCloud, openBalena and the balena API. More information: https://www.balena.io/docs/reference/cli/.

  • Log in to the balenaCloud account:

balena login

  • Create a balenaCloud or openBalena application:

balena app create {{app_name}}

  • List all balenaCloud or openBalena applications within the account:

balena apps

  • List all devices associated with the balenaCloud or openBalena account:

balena devices

  • Flash a balenaOS image to a local drive:

balena local flash {{path/to/balenaos.img}} --drive {{drive_location}}