You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Overload template file name and directory file name with arguments.
Use case would be to use adr command to manage other type of markdown files, e.g.:
alias prd='adr --template-file prd_template.md --dir-file .prd-dir'
This way we could create PRD files with the very same tool while steel being able to create ADR files:
adr new Use adr-toolset to manage PRDs as well
prd init doc/architecture/drivers/
prd new Needs to be testable
prd new Needs to be expandable
prd link 1 "Mentioned in" 2 "Can't break"
adr list # lists existing ADR documents
prd list # lists existing PRD documents
The text was updated successfully, but these errors were encountered:
This is a feature request.
Overload template file name and directory file name with arguments.
Use case would be to use
adr
command to manage other type of markdown files, e.g.:This way we could create PRD files with the very same tool while steel being able to create ADR files:
The text was updated successfully, but these errors were encountered: