File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -63,3 +63,23 @@ and in the [Outputs](../topics/outputs.md) sections.
63
63
%
64
64
% - Spaces in commands https://github.com/common-workflow-language/user_guide/issues/39
65
65
% - Arguments (tell the reader the different use cases for arguments and inputs, tell them there is a section about inputs)
66
+
67
+
68
+ ## Network Access
69
+ This indicates whether a process requires outgoing IPv4/IPv6 network access.
70
+ If a command-line tool is written manually in CWL v1.1+, there is a need to
71
+ specify when network access is required.
72
+
73
+ ``` cwl
74
+ cwlVersion: v1.2
75
+ class: CommandLineTool
76
+
77
+ requirements:
78
+ NetworkAccess:
79
+ networkAccess: true
80
+ ```
81
+
82
+ ``` {note}
83
+ CWL v1.0 command-line tools that are upgraded to v1.1
84
+ or v1.2 get Network Access automatically.
85
+ ```
You can’t perform that action at this time.
0 commit comments