Tags: capnoid/cli
Tags
Fix `python dev` to check for python if python3 is not found On Windows (e.g. Ancaonda and the normal Python installer), python3.exe is not available and you have to run python.exe. We therefore attempt to use python3, but if python3 isn't available and python is, we use that instead. We still check that `python --version` returns `Python 3`.
Store credentials file in a gitignored directory (#327) Force git to ignore the location where google credentials are stored during the release pipeline - following the instructions here: https://goreleaser.com/errors/dirty/?h=dirty
Push docker image with cli on release (#324) Push to our gcr registry when creating a CLI release. Push two tags, `:latest` and `v0.1.0` to `airplane-cli`. We will use this as a base image for our github action. From the action you can just call `airplane` to run the airplane cli
PreviousNext