AlaskaAirlines / auro-library

Library of shared auro workflows, scripts, and utilities.
https://auro.alaskaair.com/
Apache License 2.0
0 stars 1 forks source link

auro-library: Automation dynamic naming tools #36

Closed Patrick-Daly-AA closed 1 year ago

Patrick-Daly-AA commented 1 year ago

Is your feature request related to a problem? Please describe.

As an Auro engineer I want the automation scripts within Auro-Library to be able to pull relevant information about the repos where they are running So that we don't break things based on name disagreements

IE: The automation script should be able to detect whether the repo uses a "Main" branch or a "Master" branch

Describe the solution you'd like

The code that does this is in the component generator. Some of what we want to be able to grab: NameSpace, Node version, name, branch name, npm name.

should be built to be expandable in the future.

Describe alternatives you've considered

No response

Additional context

No response