qbee-io/Upload Qbee File
Upload a file into the qbee file manager. The file will be overwritten if it already exists
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| filename | filename without path | no | — |
| qbee_directory | path to directory in the qbee file manager where the file should be uploaded | no | — |
| local_directory | path to the local (GitHub) directory in which the file is located - default: ./ | no | ./ |
| source | Local path to file | no | — |
| destination | directory in the qbee filemanager. Must be full path with leading / | no | — |
| action | Type of action to perform. Currently supported values are 'upload' for single files and 'sync' for whole directory structures | no | upload |
| exclude | Comma-separated list to exclude while action is 'sync' | no | — |
| include | Comma-separated list to include while action is 'sync' | no | — |
Outputs
no outputs