Azure / pcs-cli

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

PCS-CLI should save the environment variables in a .env file and provide the pointer to the user #401

Closed avneet723 closed 5 years ago

avneet723 commented 5 years ago

Type of issue

Description

PCS CLI currently asks the user to save the environment variables under \scripts\local.env file; however, we never read this file for the current or future deployments. We should replace this step with just creating a backup file with all the environment variables and pointing the user to it as a reference. ...

Steps to reproduce

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

Expected behavior

...

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

...

Known workarounds

...

Possible solution

...

Context and Environment

zhang-hua commented 5 years ago

Just submitted a PR for this enhancement: https://github.com/Azure/pcs-cli/pull/402

ashdonaldson14 commented 5 years ago

@avneet723 to update once completed.

avneet723 commented 5 years ago

This issue has been resolved with the following PR: https://github.com/Azure/pcs-cli/pull/402