-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently, deploying a workflow via the CLI looks something like this:
maestro deploy demos/workflows/weather-checker.ai/agents.yaml demos/workflows/weather-checker.ai/workflow.yaml --k8s BEE_API=http://172.21.0.1:4000 BEE_API_KEY=sk-proj-testkeyI'd like to suggest two ways to clean this up:
- Remove the need to specify an agents file and a workflow file (i.e. maestro should be able to parse which resource is which)
- Envvars should be able to be set via a configmap (rather than needing to specify on the command line)
This would allow the deployment to look something like this (more in line with how it's done when using kubectl):
maestro deploy -f resources/where resources/ contains the following files:
- agents.yaml
- workflow.yaml
maximilien
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request