management.management.commands.inittrustpoint¶
Management command to initialize the Trustpoint on container startup.
Classes¶
A Django management command to initialize the Trustpoint. |
Module Contents¶
- class management.management.commands.inittrustpoint.Command(stdout=None, stderr=None, no_color=False, force_color=False)[source]¶
Bases:
django.core.management.base.BaseCommandA Django management command to initialize the Trustpoint.
Called by the ‘managestartup’ command
- add_arguments(parser)[source]¶
Adds command arguments/options.
- Parameters:
parser (django.core.management.base.CommandParser)
- Return type:
None