@@ -15,27 +15,26 @@ Usage:
1515 azure-janitor [OPTIONS]
1616
1717Application Options:
18- --dry-run Dry run (no delete) [$DRYRUN]
19- --debug debug mode [$DEBUG]
20- -v, --verbose verbose mode [$VERBOSE]
21- --log.json Switch log output to json format [$LOG_JSON]
22- --azure-environment= Azure environment name (default: AZUREPUBLICCLOUD) [$AZURE_ENVIRONMENT]
23- --azure-subscription= Azure subscription ID [$AZURE_SUBSCRIPTION_ID]
24- --janitor.interval= Janitor interval (time.duration) (default: 1h) [$JANITOR_INTERVAL]
25- --janitor.tag= Janitor azure tag (string) (default: ttl) [$JANITOR_TAG]
26- --janitor.deployment.ttl= Janitor deploument ttl (time.duration) (default: 8760h)
27- [$JANITOR_DEPLOYMENT_TTL]
28- --janitor.deployment.limit= Janitor deploument limit count (int) (default: 700) [$JANITOR_DEPLOYMENT_LIMIT]
29- --janitor.disable.resourcegroups Disable Azure ResourceGroups cleanup [$JANITOR_DISABLE_RESOURCEGROUPS]
30- --janitor.disable.resources Disable Azure Resources cleanup [$JANITOR_DISABLE_RESOURCES]
31- --janitor.disable.deployments Disable Azure Deployments cleanup [$JANITOR_DISABLE_DEPLOYMENTS]
32- --janitor.filter.resourcegroups= Additional $filter for Azure REST API for ResourceGroups
33- [$JANITOR_FILTER_RESOURCEGROUPS]
34- --janitor.filter.resources= Additional $filter for Azure REST API for Resources [$JANITOR_FILTER_RESOURCES]
35- --bind= Server address (default: :8080) [$SERVER_BIND]
18+ --dry-run Dry run (no delete) [$DRYRUN]
19+ --debug debug mode [$DEBUG]
20+ -v, --verbose verbose mode [$VERBOSE]
21+ --log.json Switch log output to json format [$LOG_JSON]
22+ --azure-environment= Azure environment name (default: AZUREPUBLICCLOUD) [$AZURE_ENVIRONMENT]
23+ --azure-subscription= Azure subscription ID [$AZURE_SUBSCRIPTION_ID]
24+ --janitor.interval= Janitor interval (time.duration) (default: 1h) [$JANITOR_INTERVAL]
25+ --janitor.tag= Janitor azure tag (string) (default: ttl) [$JANITOR_TAG]
26+ --janitor.deployment.ttl= Janitor deploument ttl (time.duration) (default: 8760h) [$JANITOR_DEPLOYMENT_TTL]
27+ --janitor.deployment.limit= Janitor deploument limit count (int) (default: 700) [$JANITOR_DEPLOYMENT_LIMIT]
28+ --janitor.enable.resourcegroups Enable Azure ResourceGroups cleanup [$JANITOR_ENABLE_RESOURCEGROUPS]
29+ --janitor.enable.resources Enable Azure Resources cleanup [$JANITOR_ENABLE_RESOURCES]
30+ --janitor.enable.deployments Enable Azure Deployments cleanup [$JANITOR_ENABLE_DEPLOYMENTS]
31+ --janitor.filter.resourcegroups= Additional $filter for Azure REST API for ResourceGroups
32+ [$JANITOR_FILTER_RESOURCEGROUPS]
33+ --janitor.filter.resources= Additional $filter for Azure REST API for Resources [$JANITOR_FILTER_RESOURCES]
34+ --bind= Server address (default: :8080) [$SERVER_BIND]
3635
3736Help Options:
38- -h, --help Show this help message
37+ -h, --help Show this help message
3938```
4039
4140for Azure API authentication (using ENV vars) see https://github.com/Azure/azure-sdk-for-go#authentication
0 commit comments