Azure / pcs-cli

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

Environment variables not set persistently on Mac OSx in the recent versions. #498

Closed sushilraje closed 5 years ago

sushilraje commented 5 years ago

Type of issue

Description

For local deployment, cli sets environment variables on the machine. The way to set these variables persistently on Mac OSx seems to have changed in the current version of the OS. Hence, the cli needs to be modified accordingly.

...

Steps to reproduce

Build cli tool on Mac OSx

  1. pcs -s local
  2. open a new terminal and check if the env variables are set (look out for keyvault name)

Expected behavior

Variables set

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

variables not set

Known workarounds

Manually set the variables from .env file in .pcs cache.

Possible solution

...

Context and Environment

sushilraje commented 5 years ago

PRs for doc update https://github.com/Azure/remote-monitoring-services-dotnet/pull/241 https://github.com/Azure/remote-monitoring-services-java/pull/136

sushilraje commented 5 years ago

Github Docs update complete.