Skip to content
This repository has been archived by the owner on Jul 2, 2020. It is now read-only.

alexander-danilenko/drude-powershell-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Drude Powershell Module

Drude Powershell Module Preview image

Drude Powershell module is just a collection of PowerShell functions that works the same as in original Drude.

Module is available in PowershellGallery: https://www.powershellgallery.com/packages/Drude

It means that you don't need to install any additional software for install/update/uninstall Drude PowerShell module. Pretty cool, hah?

Just remember, Drude PowerShell module and all this repo contents are not official parts of Drude! It's just workaround for Windows 10 users who suffered long enough.

Drude Powershell Module

Installation

You need to allow PowerShell modules to run in your system. For allowing it - just open powershell as Administrator and execute next:

Set-ExecutionPolicy RemoteSigned

Install Drude PowerShell module

Install-Module Drude

Update

Wanna some cool and tasty new features?

Update-Module Drude

Uninstall

Hate this thing? Just remove it!

Uninstall-Module Drude

Commands

You can get list of commands using next command in PowerShell:

Get-Command dsh-*

Note: All commands should be executed in folder with docker-compose.yml.

Getting help

All commands are documented and you can see example of usage just use default PowerShell help:

Get-Help dsh-bash -examples

Links


MIT License

Copyright (c) 2016 Alexander Danilenko.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.