You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: platform_versioned_docs/version-24.1/seqerakit/commands.mdx
+18-1
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,24 @@ seqerakit file.yaml --dryrun
39
39
40
40
### Specify targets
41
41
42
-
When using a YAML file as input that defines multiple resources, use the `--targets` flag to specify which resources to create. This flag accepts a comma-separated list of resource names.
42
+
When using a YAML file as input that defines multiple resources, use the `--targets` flag to specify which resources to create. This flag accepts a comma-separated list of resource names.
43
+
44
+
Supported resource names include:
45
+
46
+
- actions
47
+
- compute-envs
48
+
- credentials
49
+
- datasets
50
+
- labels
51
+
- launch
52
+
- members
53
+
- organizations
54
+
- participants
55
+
- pipelines
56
+
- secrets
57
+
- teams
58
+
- workspaces
59
+
43
60
44
61
For example, given a `test.yml` file that defines the following resources:
0 commit comments