Coder Social home page Coder Social logo

chocobot's Introduction

ChocoBot - The PoshBot Chocolatey Plugin

๐Ÿšง THIS PROJECT IS IN DEVELOPMENT. While this is minimally functional, expect changes to occur rapidly.

Do you use Slack? Teams? Discord? Do you partake in ChatOps? If you've answered yes, or you'd like to do those things, this is another tool in your toolbelt!

This plug-in allows you to execute choco commands on target systems directly from your enterprise messaging platform!

Cool things you can do

  • Install Chocolatey Packages
  • Uninstall Chocolatey Packages
  • Upgrade Chocolatey Packages
  • List available Chocolatey Packages for installation
  • Configure Chocolatey Sources

Installation

Manual

Steps:

  1. Clone this repository
  2. cd into newly cloned repository directory
  3. Run ./build.ps1 -Build
  4. Run ./build.ps1 -Deploy
  5. Copy ChocoBot folder to $PSModulePath

Gallery

  1. Install-Module PoshBot
  2. Install-Module ChocoBot

Hooking up PoshBot

  1. Follow QuickStart Guide available here.
  2. Run !install-plugin ChocoBot from within your Messaging platform once you have PoshBot added

Usage

Installing a package

From within your messaging platform, once you have the Bot running and the plug-in installed use one of the following:

!install -Package $packagename -Source $Source -Computername $computername

or, with fully qualified commands

!Install-ChocoBotPackage -Package $package -Source $source -Computername $computername`

Uninstalling a package

From within your messaging platform, once you have the Bot running and the plug-in installed use one of the following:

!uninstall -Package $packagename -Computername $computername

or, with fully qualified commands

!Uninstall-ChocoBotPackage -Package $package -Computername $computername`

Upgrading packages

From within your messaging platform, once you have the Bot running and the plug-in installed use one of the following:

#upgrade all packages
!upgrade -Computername $computername

or,

#upgrade specific package
!upgrade -Package $package -Computername $computername

or, with fully-qualified commands

#upgrade all packages with Fully-Qualified command name
!Upgrade-ChocoBotPackage -Computername $computername`

Getting packages

#Retrieve available packages from source on target computer
!listpackages -Source $source -Computername $computername
#List installed Chocolatey packages
!listpackages -LocalOnly -Computername $computername
#Fully-Qualified Command
!Get-ChocoBotPackage -Source $source -Computername $computername

Help

Help is available via a chat message! For example, for help with installing packages, execute the following:

!help choco:install

Online help is also available in the docs here.

chocobot's People

Contributors

steviecoaster avatar

Watchers

 avatar  avatar  avatar

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.