Azure / pcs-cli

A CLI for deploying Azure IoT PCS
MIT License
33 stars 37 forks source link

Command arguments is still required to provide in questions even provided by user #444

Closed zhang-hua closed 5 years ago

zhang-hua commented 5 years ago

Type of issue

Description

The arguments like solutionName, domainId, subscriptionId is still required in the question even if they are provided in the command line.

Steps to reproduce

  1. [First step]
  2. [Second step]
  3. [and so on...]

Expected behavior

pcs --solutionName yourSolutionName --subscriptionId yourSubscriptionId --domainId yourDomainId

Current behavior <!-- The actual behavior observed --

Still pop up question like:

? Enter a solution name:

Known workarounds

...

Possible solution

...

Context and Environment

ppathan commented 5 years ago

Fixed