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.
flags | type | description |
---|---|---|
--status (-s) | string | Tenant status: Active, Pending, or Disabled |
--name (-n) | string | Name of tenant in OIH |
--environment (-e) | string | Target OIH environment |
--url (-U) | string | Base 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.
flags | type | description |
---|---|---|
--id (-id) | string | Id of existing tenant |
--environment (-e) | string | Target OIH environment |
--url (-U) | string | Base 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.
flags | type | description |
---|---|---|
--environment (-e) | string | Target OIH environment |