You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An environment scanner now looks for environments and adds them via the
common registry pattern. Full integration with the CLI is missing as it
is currently unclear how to interact with environments.
The available deploy command already benefits from the changes by
utilizing the newly created SoftwareEnvironment class.
Related #25
The scanning is implemented but not yet fully integrated with the CLI. It must be decided upon how to integrate environments.
One possibility would be to add a dagos env list command to display them and allow providing them to dagos env deploy instead of a file. This option would be in contrast to how software components are currently handled.
Another option would be to list found environments when running dagos env deploy and allow deploying them with dagos env deploy <environment>.
A third option would be to have commands like dagos env <environment> info|deploy.
Generally, it must be decided on what kind of interactions should be possible for environments. Some possibilities below:
Currently, it is only possible to provide a file to the CLI instead of being provided with a list of available environments.
Related to #7
The text was updated successfully, but these errors were encountered: