ambientlabscomputing/Underleaf Run Command (Deprecated)
Execute commands on Underleaf servers via API. For new workflows, use ambient-labs/underleaf-github-actions/run-command@v2
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api-url | Underleaf API URL | no | https://api.underleafdev.com |
| api-token | Underleaf API token (uf_xxxxx_...) | yes | — |
| organization-id | Organization ID | yes | — |
| command | Command to execute | yes | — |
| work-dir | Working directory for command execution | no | "" |
| timeout | Command timeout in seconds | no | 300 |
| all-servers | Run on all servers in the organization | no | false |
| server-ids | Comma-separated list of server IDs to target | no | "" |
| tags | JSON object of tags to filter servers (e.g., {"environment":"production"}) | no | "" |
| env-vars | JSON object of environment variables to set (e.g., {"KEY":"value"}) | no | "" |
Outputs
| name | description |
|---|---|
| job-id | Job ID for tracking command execution |
| timestamp | Timestamp of command execution |