when using the `account:setup` with node cli, if I...
# sdf
s
when using the
account:setup
with node cli, if I want to setup for a sandbox do I use the undocumented
--dev
option?
a
no need for --dev option
Sandbox = Production from CLI perspective. So no flag needed
s
great. when prompted for
account id
, do I need to enter the account number with the sandbox suffix? e.g. 12345-sb1?
by the way, the
--dev
option is not documented in my online help.
or, do I have to use an account id in the form
####_SB#
?
a
--dev is an internal flag. Intentionally undocumented
I think probably ###_SB
the CLI should validate the tokens and account before the account:setup command finishes
So you'll know if it's not valid
s
yes, I tried ###-sb1 and it failed... seems to need the underscore notation
with ###-sb1 it just spits out an unhelpful error
a
Your account id is not -sb1 Its _SB1 And for now you need to provide upper case letters, in the upcoming version CLI will handle the case sensitive issues. The shortcut to see the account id is ,if you visit page source and scroll to the bottom of that page. The url shown in the browser is confusing in regards of account id. But the url is not a good source always to get account id.