Azure / draft

A day 0 tool for getting your app on k8s fast
MIT License
493 stars 58 forks source link

add repo name reading support #222

Closed davidgamero closed 11 months ago

davidgamero commented 1 year ago

Description

Add a method for reading a repo's name to the RepoReader Interface, which will allow a sensible default for the name of the generated deployment

For the implementation on the filesystem reporeader, it uses the repo root dir name as an approximation of the repo name. Later integration could include vcs or git integration to extract the name from a remote url

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Checklist: