Skip to content

Get-GitChangelog not recognised #4

@Marcus-James-Adams

Description

@Marcus-James-Adams
clear-host
cd C:\work\repo\user\Marcus-James-Adams\powershell
Install-Module PSGitChangeLog -Scope CurrentUser
Import-Module PSGitChangeLog
$PSVersionTable
Get-GitChangelog

Gives the following output

  _____   _____  _____ _____ _______ _____ _                            _             
 |  __ \ / ____|/ ____|_   _|__   __/ ____| |                          | |            
 | |__) | (___ | |  __  | |    | | | |    | |__   __ _ _ __   __ _  ___| | ___   __ _ 
 |  ___/ \___ \| | |_ | | |    | | | |    | '_ \ / _ | '_ \ / _ |/ _ \ |/ _ \ / _ |
 | |     ____) | |__| |_| |_   | | | |____| | | | (_| | | | | (_| |  __/ | (_) | (_| |
 |_|    |_____/ \_____|_____|  |_|  \_____|_| |_|\__,_|_| |_|\__, |\___|_|\___/ \__, |
                                                              __/ |              __/ |
                                                             |___/              |___/ 

                                                                                v0.1.2
============================================================================



Name                           Value                                                                                                                                                                                                                             
----                           -----                                                                                                                                                                                                                             
PSVersion                      5.1.17763.1432                                                                                                                                                                                                                    
PSEdition                      Desktop                                                                                                                                                                                                                           
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}                                                                                                                                                                                                           
BuildVersion                   10.0.17763.1432                                                                                                                                                                                                                   
CLRVersion                     4.0.30319.42000                                                                                                                                                                                                                   
WSManStackVersion              3.0                                                                                                                                                                                                                               
PSRemotingProtocolVersion      2.3                                                                                                                                                                                                                               
SerializationVersion           1.1.0.1                                                                                                                                                                                                                           
Get-GitChangelog : The term 'Get-GitChangelog' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:6 char:1
+ Get-GitChangelog
+ ~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (Get-GitChangelog:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException
 

PS C:\work\repo\user\Marcus-James-Adams\powershell>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions