- Add PyYAML dependency - Add upload-config: upload config YAML files - Add configs: list uploaded configs - Add config: show config details - Add run-config: run config with variable inputs - Add delete-config: delete configs (with pinning check) Example workflow: artdag upload-config recipe.yaml artdag configs artdag run-config <config_id> -i node_id:content_hash --wait Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
4 lines
42 B
Plaintext
4 lines
42 B
Plaintext
click>=8.0.0
|
|
requests>=2.31.0
|
|
PyYAML>=6.0
|