You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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 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;
/company
vs/companies
/api-products
✅/caches
✅/developerapps
(hyphen?)/developers
✅/flowhook
/keystore
/kvm
/reference
/target-servers
✅/user
/virtualhost
The text was updated successfully, but these errors were encountered: