gitopscli icon indicating copy to clipboard operation
gitopscli copied to clipboard

GitOps CLI - a command line interface (CLI) to perform operations on git repositories with yaml files

Results 9 gitopscli issues
Sort by recently updated
recently updated
newest added

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. Release notes Sourced from jinja2's releases. 3.1.4 This is the Jinja 3.1.4 security release, which fixes security issues and bugs but does not otherwise...

dependencies

Bumps [idna](https://github.com/kjd/idna) from 3.4 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...

dependencies

The GitOps CLI should be released as a self contained binary so it could be used without Docker or Python installed locally. It would be the best if it would...

enhancement

Is this posssible to work with bitbucket cloud? As I keep getting 403, like either my repository is not present or I don't have permissions, but I think I should...

enhancement
good first issue

Windows users will have a hard time to build and run this project. Reasons: - Make is used as build system - Some locations depending on the host system (such...

help wanted

As requested by @niiku , this is work inspired by: https://github.com/baloise/gitopscli/pull/174 request. It is supposed to provide capability for the users to pass additional (whitelisted) values to the root repo...

In #139 @christiansiegel wrote: > Some things we might look into before releasing on PyPI: > > * support and tests for more than one python version (currently only 3.8...

enhancement
good first issue

Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.4 to 43.0.1. Changelog Sourced from cryptography's changelog. 43.0.1 - 2024-09-03 * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.3.2. .. _v43-0-0: 43.0.0...

dependencies

Everything is in the title, I am not super proficient in python but from the docs and source code seems you cannot select the branch. Sometimes I need to target...