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