action-cloudos-cli icon indicating copy to clipboard operation
action-cloudos-cli copied to clipboard

:octocat: Github action to programmatically interact with the Lifebit CloudOS platform using the official API client cloudos-cli

Results 12 action-cloudos-cli issues
Sort by recently updated
recently updated
newest added

Updates the version of the cloudos-cli The 0.3.3 release for action-cloudos-cli includes ## Feat - Adds support for Azure as the cloud provider (`--execution-platform`) ## Fix - Adds missing parameters...

https://github.com/lifebit-ai/action-cloudos-cli/blob/ed548ae2285a2731bda9365855b70ddb9a6b2f1c/Dockerfile#L2

enhancement

The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

https://github.com/lifebit-ai/action-cloudos-cli/blob/ed548ae2285a2731bda9365855b70ddb9a6b2f1c/entrypoint.sh#L35

Return the job id as the result of the action https://docs.github.com/en/actions/using-workflows/storing-workflow-data-as-artifacts

https://github.com/orgs/community/discussions/26625#discussioncomment-3252584

CloudOS job parameters can be passed like in https://github.com/lifebit-ai/cloudos-cli through a -p or a --parameter flag and it isn't included in the README

Even though arguments like ` | tee output.txt` or `> output.txt` added to `cloudos_cli_flags: '--spot > /out_cloudos.txt'` It can't save the results to a txt.

Similar to this one: https://github.com/lifebit-ai/vep-template/pull/39#issuecomment-1092547843

enhancement