Giter Site home page Giter Site logo

godot's People

Contributors

nicjohnson145 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

boyquotes

godot's Issues

add `tidy` subcommand

binary directory is getting pretty full with old releases. Would be nice to have a godot tidy to remove the old versions and clean that up

Code Quality Issues

Several linter errors have been suppressed during the v4 refactor. Fix them

Add command aliases

bootstrap is kinda long and annoying to type, add some aliases for the sub commands

self-updating

godot should phone home to check if a new version of itself is available at the start of every run

add a `DownloadURL` executor

Vault doesn't bundle their CLI as part of a release, but they do host it on a regular download URL. Add support for that

Show targets

godot list only lists out files, it should also have the ability to list what targets are present

github auth when pat is pulled from vault

when you pull your PAT from vault, the GithubAuth field isn't set, which means API requests to download github releases are not authenticated, and are subject to much more aggressive rate limiting

kustomize incorrect tag

kustomize's tag has a / in it. Which borks the symlink-tag-append bits. Need to convert tags to a fs-safe format

godot use all

godot use should support a special ALL target which adds the file/bootstrap to every available target

Explore switching to HCL2

This guy's talk has inspired me. Some of the polymorphism could be a benefit, specifically in the area of bootstraps. Plus it would be easier to write manually. Worth a shot

Add target

The only way to add a new target is to edit the file directly. godot add should support adding a new target

fail on unknown tags

hard to diagnose config errors happen when you typo a key name. that should fail to build

Logging

logging hidden behind a verbose flag would probably be good

godot sync slow

godot sync suffers (especially when using brew) as the startup time for the brew command is pretty long and it happens on every installed package. For brew it would be better to get the entire list of installed packages and do set lookups

is-installed template function

Sometimes there's config you only want to include if a particular tool is installed. Namely something like pyenv or zoxide, given that they have init commands that will fail if the binary isn't present

`gettext` install issues

sudo apt install -y gettext just hangs, because it tries to setup some timezone nonsense and is waiting for input. Update the install command for apt to do something like

sudo DEBIAN_FRONTEND=noninteractive apt install -yq gettext

add `config-dir` executor

In order to support skeley, have a "bulk config file" type executor that does lots of files at once, replicating their structure. Also add a switch to the new executor as well as to config-file to disable template interpretation, since the skeley files will by definition be templates themselves

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.