Open andistorm opened 5 months ago
When calling edm release --everest-core-dir with-wrong-arg in this line the function get_git_repo_info returns a dictionary without the fields rev, branch and tag which are required for the following lines.
edm release --everest-core-dir with-wrong-arg
get_git_repo_info
rev
branch
tag
See: https://github.com/EVerest/everest-dev-environment/blob/main/dependency_manager/src/edm_tool/edm.py#L1299-L1306
When using the edm release command with invalid arguments it would be nice to get an explaining warning/error
edm release
Description
When calling
edm release --everest-core-dir with-wrong-arg
in this line the functionget_git_repo_info
returns a dictionary without the fieldsrev
,branch
andtag
which are required for the following lines.Code Reference
See: https://github.com/EVerest/everest-dev-environment/blob/main/dependency_manager/src/edm_tool/edm.py#L1299-L1306
Expected behaviour
When using the
edm release
command with invalid arguments it would be nice to get an explaining warning/errorAdditional