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: pkg/local_workflows/connectivity_check_extension/README.md
+18-8Lines changed: 18 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,15 @@ A Go-based extension for the Snyk CLI that performs comprehensive network connec
11
11
-**Actionable Diagnostics**: Provides specific recommendations based on connectivity issues
12
12
-**Integration Ready**: Built as a workflow extension for the Snyk CLI using go-application-framework
13
13
14
+
## Workflow ID and Invocation
15
+
16
+
- Workflow ID: `tools.connectivity-check`
17
+
- Output MIME types:
18
+
- Human-readable: `text/plain`
19
+
- JSON: `application/json`
20
+
21
+
Flags (see below) are provided via the framework configuration/flagset.
22
+
14
23
### Environment Variables
15
24
16
25
The tool respects standard proxy environment variables:
@@ -28,9 +37,9 @@ The tool uses Snyk authentication from the go-application-framework configuratio
28
37
- OAuth tokens
29
38
- Bearer tokens
30
39
31
-
When authenticated, the tool will display your organizations with their IDs. The default organization is highlighted with a `[DEFAULT]` marker.
40
+
When authenticated, the tool will display your organizations with their IDs. The default organization is indicated with `Default = Yes` and the entire line is highlighted in success color in colorized output.
0 commit comments