Hello,
I am trying to upload some containers to my beaglebone running a staging image of balenaOS. I am able to use
BALENARC_BALENA_URL=balena-staging.com balena login
successfully on my mac, however windows is not playing nice. I keep getting this error:
PS C:\Users\dreyp\Desktop\Mgb2App> BALENARC_BALENA_URL=balena-staging.com balena login
BALENARC_BALENA_URL=balena-staging.com : The term 'BALENARC_BALENA_URL=balena-staging.com' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ BALENARC_BALENA_URL=balena-staging.com balena login
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (BALENARC_BALENA_URL=balena-staging.com:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
What can I do to get this working?