eitri-cli 1.29.0 → 1.30.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.js CHANGED
@@ -116,7 +116,11 @@ const run = async () => {
116
116
  )
117
117
  .option(
118
118
  "-i, --initializationParams <initializationParams>",
119
- "Define os parâmetros de inicialização do Eitri-App"
119
+ "Define os parâmetros de inicialização do Eitri-App \n Depreciado: Utilize --initialization-params"
120
+ )
121
+ .option(
122
+ "-i, --initialization-params <query-params>",
123
+ "Define os parâmetros de inicialização do Eitri-App. Ex.: --initialization-params 'foo=bar&hello=world'"
120
124
  )
121
125
  .option(
122
126
  "-e, --emulator <platform>",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eitri-cli",
3
- "version": "1.29.0",
3
+ "version": "1.30.0-beta.2",
4
4
  "description": "Command Line Interface to make \"Eitri-App\" with code and fire.",
5
5
  "main": "index.js",
6
6
  "bin": {