Code Monkey home page Code Monkey logo

Comments (4)

jdxcode avatar jdxcode commented on May 30, 2024

there isn't currently any support for that. I was more concerned about CLIs in npm and not in tarballs vs the other way around. In past versions of the CLI we had a manifest file that was published alongside the CLI which could be used here.

from plugin-warn-if-update-available.

samuela avatar samuela commented on May 30, 2024

oclif-dev publish maintains a version file, my-bucket/version:

{
  "version": "0.0.3",
  "baseDir": "nuvemfs",
  "channel": "stable",
  "gz": "https://s3-us-west-2.amazonaws.com/nuvemfs-cli-assets/nuvemfs-v0.0.3/nuvemfs-v0.0.3.tar.gz",
  "xz": "https://s3-us-west-2.amazonaws.com/nuvemfs-cli-assets/nuvemfs-v0.0.3/nuvemfs-v0.0.3.tar.xz",
  "sha256gz": "19920b5fc31a0542e49da6ae06db3a86a4ea04516d4e5f18f9b92fa5e7f5cb2b",
  "rollout": false,
  "node": {
    "compatible": ">=8.0.0",
    "recommended": "11.8.0"
  }
}

It seems like that could be used pretty easily here.

from plugin-warn-if-update-available.

jdxcode avatar jdxcode commented on May 30, 2024

Oh good, looks like I planned ahead there. I'd accept a PR to use that as optional behavior

from plugin-warn-if-update-available.

Related Issues (18)

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.