Please, could someone help with setting the values.
For example, if I would like to set the url for UPSTREAM_LINK:
Would this be right way?
xs set-env di-local-npm-registry UPSTREAM_LINK https://registry.npmjs.org/
USAGE:
xs set-env APP NAME VALUE
ARGUMENTS:
APP The name of the app
NAME The environment variable to set
VALUE The new value for the variable
checking the env:
xs env di-local-npm-registry