Skip to content

Commit 3606359

Browse files
authored
feat(workflows): remove clusterId requirement pla-337 (#355)
1 parent ab29cba commit 3606359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradient/cli/workflows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def create_workflow(api_key, name, project_id, options_file):
4343
@click.option(
4444
"--clusterId",
4545
"cluster_id",
46-
required=True,
46+
required=False,
4747
help="Cluster ID",
4848
cls=common.GradientOption,
4949
)

0 commit comments

Comments
 (0)