< Back

New-Adr

Fri Jan 10, 2020 8:40 pm

NAME New-Adr



SYNOPSIS

Create a new ADR.





SYNTAX

New-Adr [-Title] <String> [[-Status] <String>] [[-Supersede] <Int32[]>] [[-Link] <String[]>] [[-Template]

<String>] [<CommonParameters>]





DESCRIPTION

Creates a new ADR numbered after the ADRs currently present in the ADR dir.





PARAMETERS

-Title <String>

The title of the ADR.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Status <String>

The initial status of the ADR. Can be Proposed or Accepted (default).



Required? false

Position? 2

Default value Accepted

Accept pipeline input? false

Accept wildcard characters? false



-Supersede <Int32[]>

An array of ADR numbers that are superseded by this ADR.



Required? false

Position? 3

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Link <String[]>

An array of link specs to add from this ADR. A link spec is as follows:



<ToNumber>:<ToLink>:<FromLink>



Example: '8:Amends:Amended by'



Required? false

Position? 4

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Template <String>

Path to the template to use over the other auto-lookup sources. This is meant for internal use only.



Required? false

Position? 5

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS