Skip to content

feature: simplify CLI deploymentΒ #6

@psschwei

Description

@psschwei

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-testkey

I'd like to suggest two ways to clean this up:

  1. Remove the need to specify an agents file and a workflow file (i.e. maestro should be able to parse which resource is which)
  2. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions