You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This command uses Ionic servers, so we require you to be logged into your free Ionic account. Use ${chalk.green('ionic login')} to login.
42
+
This command uses Ionic servers and we require you to be logged into your free Ionic account. Use ${chalk.green('ionic login')} to login.
43
+
44
+
With the experimental ${chalk.green('--cordova-res')} option, ${chalk.green('ionic cordova resources')} will generate resources locally using the ${chalk.green('cordova-res')} utility[^cordova-res-repo].
43
45
`,
46
+
footnotes: [
47
+
{
48
+
id: 'cordova-res-repo',
49
+
url: 'https://github.com/ionic-team/cordova-res',
50
+
},
51
+
],
44
52
exampleCommands: ['','ios','android'],
45
53
inputs: [
46
54
{
@@ -71,7 +79,7 @@ This command uses Ionic servers, so we require you to be logged into your free I
71
79
name: 'cordova-res',
72
80
summary: `Use ${chalk.green('cordova-res')} instead of Ionic resource server`,
0 commit comments