TES CLI Options - microsoft/ga4gh-tes GitHub Wiki
Here are the command line options for the deployment along with their defaults:
-
Subscription ID:
--subscriptionid <SubscriptionId>(No default) -
Region Name:
--regionname <RegionName>(No default) -
Main Identifier Prefix:
--mainidentifierprefix <MainIdentifierPrefix>(tes) -
Resource Group Name:
--resourcegroupname <ResourceGroupName>(Generated from mainidentifierprefix if not provided) -
Batch Prefix:
--batchprefix <BatchPrefix>(Generated from mainidentifierprefix if not provided) -
Batch Account Name:
--batchaccountname <BatchAccountName>(Generated from batchprefix if not provided) -
Storage Account Name:
--storageaccountname <StorageAccountName>(Generated from mainidentifierprefix if not provided) -
Application Insights Account Name:
--appinsightsaccountname <AppInsightsAccountName>(Generated from mainidentifierprefix if not provided) -
VM Size:
--vmsize <VmSize>(Standard_D4s_v3) -
Private Networking:
--privatenetworking <true|false>(No default) -
VNet Name:
--vnetname <VnetName>(No default) -
VNet Resource Group Name:
--vnetresourcegroupname <VnetResourceGroupName>(No default) -
VM Subnet Address Space:
--vmsubnetaddressspace <VmSubnetAddressSpace>(10.1.0.0/16) -
VM Subnet Name:
--vmsubnetname <VmSubnetName>(No default) -
Batch Nodes Subnet ID:
--batchnodessubnetid <BatchNodesSubnetId>(No default) -
Disable Batch Nodes Public IP Address:
--disablebatchnodespublicipaddress <true|false>(No default) -
Helm Binary Path:
--helmbinarypath <helmPath>(No default) -
Kubectl Binary Path:
--kubectlbinarypath <kubectlPath>(No default) -
Lets Encrypt Email:
--letsencryptemail <email>(No default) -
Output TES Credentials JSON:
--outputtescredentialsjson <true|false>(true) -
Enable Ingress:
--enableingress <true|false>(No default) -
TES Username:
--tesusername <TesUsername>(tes) -
TES Password:
--tespassword <TesPassword>(Auto genererated if not provided) -
Deployment Organization Name:
--deploymentorganizationname <DeploymentOrganizationName>(No default) -
Deployment Organization URL:
--deploymentorganizationurl <DeploymentOrganizationUrl>(No default) -
Deployment Contact URI:
--deploymentcontacturi <DeploymentContactUri>(No default)
For more detailed information, you can refer to the Configuration.cs file.