Skip to content

Add "Add-PSDepend" command to append dependencies to file #26

@glennsarti

Description

@glennsarti

The foundational work of parsing the dependency file has been completed but it would be nice if we could construct the requirements.psd1 file in a more powershell-y way.

As an enhancement, would it be possible to use a Add-PSDepend to add a dependency to the requirements file?

e.g.

Add-PSDepend  -PSGallery 'psake' -Version 'latest'

or short version
Add-PSDepend  'psake' 'latest'

Add-PSDepend -github 'RamblingCookieMonster/PowerShell' -ref 'master'

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions