resources/cli/help/info.psd1

@{
    Command = 'info'
    Summary = 'Show project information.'
    Usage = 'nova info'
    Description = @(
        'Show project information for the current Nova module project.',
        'Use this command when you want the resolved project metadata without changing files.',
        'For more information, documentation, and examples, visit:',
        'https://www.novamoduletools.com/project-json-reference.html'
    )
    Options = @()
    Examples = @(
        @{
            Command = 'nova info'
            Description = 'Show project information for the current project.'
        }
    )
}