The profile type where connection information should be stored
The description of your service to be used in CLI prompt messages
The session being created from the command line arguments / profile
This is called by the {@link BaseAuthHandler#process} when it needs a session. Should be used to create a session to connect to the auto-init service.
The command line arguments to use for building the session
The session object built from the command line arguments.
This is called by processAutoInit() to display the report of configuration updates.
This is called by the "auto-init" command after it creates a session, to obtain information that can be used to automatically create a config
The session object to use to connect to the auth service
The response from the auth service containing a token
This handler is used for the "auto-init" command, and calls processAutoInit
Command parameters sent by imperative.
Processes the auto init command to the auto init service. Applies the changes to whichever config layer is specified by IHandlerParameters. Can also perform a dry run and display the changes, or open the config for editing.
Command parameters sent by imperative.
Generated using TypeDoc
This class is used by the auto init command handler as the base class for its implementation.