I Created Several Aliases for the Argo Workflow Basic Commands

Bruce Wen
Code.Art
Published in
6 min readApr 18, 2024

--

The commands about how to create argo workflow, show workflow details, and get the log of the running workflow as such.

Create workflow

I use CronWorkflow. The command to create a new cron workflow is argo cron create examples/cron_workflow.json . The output looks like this:

Name…

--

--