GithubHelp home page GithubHelp logo

Comments (5)

devblackops avatar devblackops commented on May 28, 2024 1

Sounds like a great idea.

We should come up with the usage combinations like:

!update-plugin --name myplugin --latest
!update-plugin --name myplugin --version 1.2.3 --repository psgallery
!update-plugin --name myplugin, myotherplugin --latest --repository psgallery
!update-plugin --all --latest

etc..

from poshbot.

devblackops avatar devblackops commented on May 28, 2024 1

FYI... I just added a related command Find-Plugin in 42d3ce3 that partially addresses #10 to search the configured PowerShell repository for modules with the PoshBot tag and optionally a name.

from poshbot.

megamorf avatar megamorf commented on May 28, 2024

How would you handle a rollback if a new module version is faulty? Just speaking from experience, someone will introduce an error sooner or later and one will need to revert to the previous version of the affected module.

from poshbot.

devblackops avatar devblackops commented on May 28, 2024

So right now it will load multiple versions of a plugin with:

!install-plugin --name myplugin --version 1.0.0
!install-plugin --name myplugin --version 2.0.0

It will only execute the command from the latest version of the plugin right now but my thinking was that if you fully qualify the command with !pluginname:commandname:version you could then execute a specific version of the command. You can also disable plugins but I don't believe that works with multiple versions. Perhaps the logic could be:

If no version is specified, execute the latest enabled version of the command. That would allow you to disable a bad version and the bot would run down the versions installed and execute the first one that is enabled.

Thoughts?

from poshbot.

devblackops avatar devblackops commented on May 28, 2024

Commit 188984b should resolve this with the new builtin command Update-Plugin.

Usage would be:

Update the myplugin plugin to the latest available.

!update-plugin --name myplugin

Update the myplugin plugin to version 1.2.3.

!update-plugin --name myplugin --version 1.2.3

Update the myplugin plugin and remove any old versions.

!update-plugin --name myplugin --removeoldversions

from poshbot.

Related Issues (20)

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.