alpacax/Alpacon CP Action
Copies files to a target server using alpacon cp.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| workspace-url | Alpacon workspace URL. | yes | — |
| api-token | Alpacon API token for authentication. | yes | — |
| source | Source path(s). For upload: local file/directory (supports multiple paths, one per line). For download: remote server path (single path only). | yes | — |
| target-server | Target server name. | yes | — |
| target-path | Target path. For upload: remote server path. For download: local destination path. | yes | — |
| mode | Direction of copy. "upload" (default) for local→server, "download" for server→local. | no | upload |
| recursive | Set to true to copy directories recursively (-r option). | no | false |
| username | Username to execute the command as (e.g., root, ubuntu). | no | — |
| groupname | Group name to execute the command as. | no | — |
Outputs
no outputs