Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

Add "repack" Command #26

Closed
apxltd opened this issue Mar 18, 2018 · 1 comment
Closed

Add "repack" Command #26

apxltd opened this issue Mar 18, 2018 · 1 comment
Assignees
Milestone

Comments

@apxltd
Copy link
Member

apxltd commented Mar 18, 2018

This is documented in the 1.2.0 of the Universal Package, and should add the appropriate entry to the repackageHistory node

repack
[DisplayName("package")]
[Description("Path of a valid .upack file.")]
[PositionalArgument(0)]
public string Package { get; set; }

    [DisplayName("newVersion")]
    [Description("Version of repackaged package.")]
    [PositionalArgument(1)]
    public string Version { get; set; }

    [DisplayName("newGroup")]
    [Description("Group of repackaged package.")]
    [ExtraArgument]
    public string Group { get; set; }

    [DisplayName("newName")]
    [Description("Name of repackaged package.")]
    [ExtraArgument]
    public string Name { get; set; }

    [DisplayName("targetDirectory")]
    [Description("Directory where the .upack file will be created. If not specified, the current working directory is used.")]
    [ExtraArgument]
    public string TargetDirectory { get; set; }

    [DisplayName("note")]
    [Description("Comment or note about the repackaging; this will be written as the 'reason'.")]
    [ExtraArgument]
    public string TargetDirectory { get; set; }
@apxltd apxltd added this to the 2.2.0 milestone Mar 18, 2018
@BenLubar
Copy link
Contributor

BenLubar commented May 2, 2018

Fixed in 5ea3aba

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Development

No branches or pull requests

3 participants