TES CLI Options - microsoft/ga4gh-tes GitHub Wiki

Here are the command line options for the deployment along with their defaults:

  1. Subscription ID: --subscriptionid <SubscriptionId> (No default)
  2. Region Name: --regionname <RegionName> (No default)
  3. Main Identifier Prefix: --mainidentifierprefix <MainIdentifierPrefix> (tes)
  4. Resource Group Name: --resourcegroupname <ResourceGroupName> (Generated from mainidentifierprefix if not provided)
  5. Batch Prefix: --batchprefix <BatchPrefix> (Generated from mainidentifierprefix if not provided)
  6. Batch Account Name: --batchaccountname <BatchAccountName> (Generated from batchprefix if not provided)
  7. Storage Account Name: --storageaccountname <StorageAccountName> (Generated from mainidentifierprefix if not provided)
  8. Application Insights Account Name: --appinsightsaccountname <AppInsightsAccountName> (Generated from mainidentifierprefix if not provided)
  9. VM Size: --vmsize <VmSize> (Standard_D4s_v3)
  10. Private Networking: --privatenetworking <true|false> (No default)
  11. VNet Name: --vnetname <VnetName> (No default)
  12. VNet Resource Group Name: --vnetresourcegroupname <VnetResourceGroupName> (No default)
  13. VM Subnet Address Space: --vmsubnetaddressspace <VmSubnetAddressSpace> (10.1.0.0/16)
  14. VM Subnet Name: --vmsubnetname <VmSubnetName> (No default)
  15. Batch Nodes Subnet ID: --batchnodessubnetid <BatchNodesSubnetId> (No default)
  16. Disable Batch Nodes Public IP Address: --disablebatchnodespublicipaddress <true|false> (No default)
  17. Helm Binary Path: --helmbinarypath <helmPath> (No default)
  18. Kubectl Binary Path: --kubectlbinarypath <kubectlPath> (No default)
  19. Lets Encrypt Email: --letsencryptemail <email> (No default)
  20. Output TES Credentials JSON: --outputtescredentialsjson <true|false> (true)
  21. Enable Ingress: --enableingress <true|false> (No default)
  22. TES Username: --tesusername <TesUsername> (tes)
  23. TES Password: --tespassword <TesPassword> (Auto genererated if not provided)
  24. Deployment Organization Name: --deploymentorganizationname <DeploymentOrganizationName> (No default)
  25. Deployment Organization URL: --deploymentorganizationurl <DeploymentOrganizationUrl> (No default)
  26. Deployment Contact URI: --deploymentcontacturi <DeploymentContactUri> (No default)

For more detailed information, you can refer to the Configuration.cs file.

⚠️ **GitHub.com Fallback** ⚠️