I need to pass in something like --environment "qa". Then I need to use this value to determine which variables to pull in from my ./shared-objects/environment.js file. I was hoping I could pull in CLI arguments from within this.BeforeFeatures but I can't. Any ideas? Any help at all would be appreciated.
I need to pass in something like
--environment "qa". Then I need to use this value to determine which variables to pull in from my./shared-objects/environment.jsfile. I was hoping I could pull in CLI arguments from withinthis.BeforeFeaturesbut I can't. Any ideas? Any help at all would be appreciated.