From 8eed43ae1a61a712c4fd87aa035322e7223cce25 Mon Sep 17 00:00:00 2001 From: Ben Scattergood Date: Thu, 17 Oct 2019 17:18:12 +0100 Subject: [PATCH] Balena: add page (#3422) --- pages/common/balena.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/common/balena.md diff --git a/pages/common/balena.md b/pages/common/balena.md new file mode 100644 index 000000000..0a2bb9a1d --- /dev/null +++ b/pages/common/balena.md @@ -0,0 +1,24 @@ +# balena + +> Interact with the balenaCloud, openBalena and the balena API from the command line. +> More information: . + +- Login 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}}`