Giter Site home page Giter Site logo

dctlenv's Introduction

Hi there ๐Ÿ‘‹

dctlenv's People

Contributors

allcontributors[bot] avatar eliecharra avatar sjourdan avatar sundowndev avatar wbeuil avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

dctlenv's Issues

Drop `DCTLENV_PGP`

I think we could drop the need of DCTLENV_PGP.
We can use an alternative logic that does things automatically.

Have something like that in mind:

  • check if version is above v0.9.1
  • check if gpg binary is present
  • check if key 2776 6600 5A7F 01D4 84F6 376D ACC7 76A7 9C82 4EBD is present (based on the fingerprint please not mail or ID it can be insecure)
  • If all theses conditions are met, then do a gpg check and display a green message
  • Else display a warning message in yellow on stderr to say that we are unable to verify the authenticity of the binary

Allow to install the latest version

It could be great to have a dctlenv install-latest or dctlenv upgrade or dctlenv use latest to automatically download, install and use latest available version ๐Ÿ˜‰

Make version param more flexible

It could be cool that both v0.4.0 and 0.4.0 can work as version input with dctlenv.

With something like this you can normalize every version number :

  • echo "v0.4.0" | sed -s 's/^v//' => 0.4.0
  • echo "0.4.0" | sed -s 's/^v//' => 0.4.0

Actually we got a message which is pretty confusing as version number are inconsistent:

image

image

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.