Tenant

doohickey tenant --oih allows you to interact with tenants in the OIH environment, as well as set your current session tenant.

Arguments

doohickey tenant --oih accepts one argument - an alias for the tenant

Create

doohickey tenant --oih create is used to create a new tenant within OIH. These tenants can be used for separation of concern within the environment. The UUID for this tenant will be saved for Doohickey CLI to reference later, as well as for you to use within your templates. When this command is run, the created tenant is saved as the current session tenant.

flagstypedescription
--status (-s)stringTenant status: Active, Pending, or Disabled
--name (-n)stringName of tenant in OIH
--environment (-e)stringTarget OIH environment
--url (-U)stringBase URL for OIH IAM service

Init

doohickey tenant --oih init will return a list of all tenants currently in the OIH environment, allowing you to select one to alias. When this command is run, the aliased tenant is saved as the current session tenant.

flagstypedescription
--id (-id)stringId of existing tenant
--environment (-e)stringTarget OIH environment
--url (-U)stringBase URL for OIH IAM service

Select

doohickey tenant --oih select will return a list of all aliased tenants and allow you to set your current session tenant.

flagstypedescription
--environment (-e)stringTarget OIH environment