We have a minor inconsistency with the directory names created for sackmesser report
Each resource in /tools/apigee-sackmesser/cmd/report/helpers will have its own directory created
e.g.
mkdir -p "$export_folder/$organization/config/resources/edge/env/$environment/company"
This issue raises the question of whether the directory names should be singular or plural; /company vs /companies
/api-products ✅
/caches ✅
/developerapps (hyphen?)
/developers ✅
/flowhook
/keystore
/kvm
/reference
/target-servers ✅
/user
/virtualhost
We have a minor inconsistency with the directory names created for
sackmesser reportEach resource in
/tools/apigee-sackmesser/cmd/report/helperswill have its own directory createde.g.
mkdir -p "$export_folder/$organization/config/resources/edge/env/$environment/company"This issue raises the question of whether the directory names should be singular or plural;
/companyvs/companies/api-products✅/caches✅/developerapps(hyphen?)/developers✅/flowhook/keystore/kvm/reference/target-servers✅/user/virtualhost