feat(reporters): pass the CLI's version number to reporters (#38)
This commit is contained in:
parent
bf34cc427a
commit
bad4e252f3
9 changed files with 32 additions and 7 deletions
|
|
@ -180,6 +180,12 @@ export type LoaderPlugin = {
|
|||
};
|
||||
|
||||
export type ReporterInitParameters = {
|
||||
/**
|
||||
* The version of the emigrate CLI that is being used
|
||||
*
|
||||
* @example 1.0.0
|
||||
*/
|
||||
version: string;
|
||||
/**
|
||||
* The command that is being executed
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue