drone-cli icon indicating copy to clipboard operation
drone-cli copied to clipboard

Command Line Tools for Drone CI

Results 20 drone-cli issues
Sort by recently updated
recently updated
newest added

use .drone.yml as default pipeline file if no pipeline file is passed

This adds a `render` subcommand to `template`. This should allow Drone users to iterate on templatized pipelines faster. Example usage: ``` drone template render --namespace foo --name my_template.yaml --input values.yaml...

This pull request adds Bash completions for all of Drone's commands and sub-commands. --- Notes regarding implementation: - Short options (i.e. `-h`, `-s`, etc etc.) aren't shown as flags in...

Apologies if this is not the correct process for submitting a pull request. I was having the following issue when trying to learn the drone CLI: ![Screenshot of Atoi error](https://tmg.pw/uuSiAGOa3)...

Includes snapcraft.yaml file

By default executing multiple `drone exec` commands in parallel raises docker network's collision because prefix is static. ``` $ drone exec --local & drone exec --local [1] 42934 2018/06/06 01:58:12...

…the drone-go update Needs to have have https://github.com/drone/drone-go/pull/32 and https://github.com/drone/drone/pull/2168 before merging. :) mainly for comments @bradrydzewski

This pull request implements the necessary changes to package drone-cli as a snap, [Snaps are universal linux packages](https://snapcraft.io/). This PR should supersede #122 in terms of completeness, credits goes to...

`master` won't build on Apple Silicon due to a dependency on `jackspirou/syscerts`. According to the README of `jackspirou/syscerts`, the package exists due to `crypto/x509` not exposing `systemRootsPool()`. This is now...