rockcarver / frodo-cli

A CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.
MIT License
17 stars 14 forks source link

Save the type flag in connection profile #360

Closed rohithkk closed 5 months ago

rohithkk commented 5 months ago

Describe the solution you'd like

When adding new connection profile, we have the option to overwrite the auto detected deployment type by specifying the desired type using the flag -m/--type. Unfortunately, this flag is not saved to the profile. When we try to export/import any object, we have to specify the flag again even though we are using the same profile.

Requesting that deployment type passed during the connection profile is saved so that we don't have to pass the flag everytime.