You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/11/29 15:08:00 UTC

[GitHub] [arrow] assignUser opened a new issue, #14773: [Archery] Use gh cli for artifact management

assignUser opened a new issue, #14773:
URL: https://github.com/apache/arrow/issues/14773

   ### Describe the enhancement requested
   
   The gh cli has functionality that allows the direct download of artifacts:
   ```
   $ gh run download --help                                                                                          
   Download artifacts generated by a GitHub Actions workflow run.
   
   The contents of each artifact will be extracted under separate directories based on
   the artifact name. If only a single artifact is specified, it will be extracted into
   the current directory.
   
   
   USAGE
     gh run download [<run-id>] [flags]
   
   FLAGS
     -D, --dir string            The directory to download artifacts into (default ".")
     -n, --name stringArray      Download artifacts that match any of the given names
     -p, --pattern stringArray   Download artifacts that match a glob pattern
   ```
   This would make it unnecessary to upload the artifacts as releases to make them easily available outside of the workflow run. (Except nightlies we don't publish anywhere else) 
   
   
   ### Component(s)
   
   Archery


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] pitrou commented on issue #14773: [Archery] Use gh cli for artifact management

Posted by GitBox <gi...@apache.org>.
pitrou commented on issue #14773:
URL: https://github.com/apache/arrow/issues/14773#issuecomment-1331957697

   This is tagged as Archery, is there a Python library that offers similar functionality as the `gh` CLI? Keeping Python-only dependencies would generally make it easier to use Archery.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] assignUser commented on issue #14773: [Archery] Use gh cli for artifact management

Posted by GitBox <gi...@apache.org>.
assignUser commented on issue #14773:
URL: https://github.com/apache/arrow/issues/14773#issuecomment-1330796167

   cc @raulcd 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org