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
/// Edge App Installation id. If app_id is specified, installation_id must be also specified. If both are not specified, CLI will use the installation_id from the manifest
396
+
/// Edge App Installation id. If not specified, CLI will use the installation_id from the manifest.
/// Path to the directory with the manifest. If not specified CLI will use the current working directory.
409
415
#[arg(short, long)]
410
416
path:Option<String>,
411
417
412
-
/// Edge App Installation id. If app_id is specified, installation_id must be also specified. If both are not specified, CLI will use the installation_id from the manifest
418
+
/// Edge App Installation id. If not specified, CLI will use the installation_id from the manifest.
/// Key value pair of the setting to be set in the form of `key=value`.
423
429
#[arg(value_parser = parse_key_val)]
424
430
setting_pair:(String,String),
425
431
426
-
/// Edge App Installation id. If app_id is specified, installation_id must be also specified. If both are not specified, CLI will use the installation_id from the manifest
432
+
/// Edge App Installation id. If not specified, CLI will use the installation_id from the manifest.
/// Path to the directory with the manifest. If not specified CLI will use the current working directory.
440
447
#[arg(short, long)]
441
448
path:Option<String>,
442
449
443
-
/// Edge App Installation id. If app_id is specified, installation_id must be also specified. If both are not specified, CLI will use the installation_id from the manifest
450
+
/// Edge App Installation id. If not specified, CLI will use the installation_id from the manifest.
/// Key value pair of the secret to be set in the form of `key=value`.
453
461
#[arg(value_parser = parse_key_val)]
454
462
secret_pair:(String,String),
455
463
456
-
/// Edge App Installation id. If app_id is specified, installation_id must be also specified. If both are not specified, CLI will use the installation_id from the manifest
464
+
/// Edge App Installation id. If not specified, CLI will use the installation_id from the manifest.
0 commit comments