cml.dev icon indicating copy to clipboard operation
cml.dev copied to clipboard

runner example for `--cloud-metadata`

Open dacbd opened this issue 3 years ago • 1 comments

Thoughts on some help tags/examples for users.

for example; in with a GitHub actions example

cml runner ... \
  --cloud-metadata="repo=${{ github.repository }}"
  --cloud-metadata="ActionsRun=https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
  ...

dacbd avatar Jul 28 '22 18:07 dacbd

From this, we should also document --cloud-metadata="Key with space=value with space" in https://cml.dev/doc/ref/runner

casperdcl avatar Aug 08 '22 11:08 casperdcl