justingrote/VS Code Tunnel
Download VS Code CLI and start a code tunnel
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tunnel-name | Name for the tunnel. Must be less than 20 characters | no | — |
| connection-timeout | Connection timeout in minutes (default 5). If no connection is detected within this period the action will terminate the tunnel. | no | 5 |
| session-timeout | Session timeout in minutes (default 60). Starts after a connection is detected and will terminate the tunnel when reached. | no | 60 |
| no-cache-cli-auth | By default, the tunnel auth information is cached between runs in a per-user cache for convenience to only require device code authentication occasionally. Set this to true to disable caching of auth information, which is more secure but will require a device code auth to be performed on every invocation | no | false |
Outputs
| name | description |
|---|---|
| tunnel-url | The URL for accessing the tunnel |