The Yargs style arguments - supplied from the command invocation.
The argument to disable populating defaults
The name of the profile to save
Set to true to overwrite an existing profile of the same name. If false, an error is thrown if the profile already exists.
The profile contents - must extend the IProfile interface to function properly with Imperative. The contents are always validated against the schema documents (and basic validation occurs)
The type of profile to save
Set to true to update the default profile for the profile type.
Generated using TypeDoc
Parameters for creating a profile from command line arguments - normally invoked from a command handler that is pre-built by imperative.
ICreateProfileFromArgs