April 2017
Beginner to intermediate
378 pages
7h 57m
English
You can log in to your Ionic Cloud account in any one of three ways.
First, using prompt:
ionic login
Second, without prompt:
ionic login --email arvind.ravulavaru@gmail.com --password 12345678
And finally, using environment variables. You can set IONIC_EMAIL and IONIC_PASSWORD as environment variables and Ionic CLI will pick them up, without prompting. This could be somewhat an unsafe option, as the password would be stored in plain text.
Read now
Unlock full access