management.management.commands.printversion

Management command to print the trustpoint version.

Classes

Command

A Django management command to print the trustpoint version.

Module Contents

class management.management.commands.printversion.Command(stdout=None, stderr=None, no_color=False, force_color=False)[source]

Bases: django.core.management.base.BaseCommand

A Django management command to print the trustpoint version.

help = 'Prints the current Trustpoint application version.'[source]
handle(**_options)[source]

Entrypoint for the command.

Parameters:

_options (dict[str, str])

Return type:

None