Starting in 3.7.4, new property formats were added. There are two big shifts:
- Optional, shorter syntax
- Optionally resolve properties to blank
As someone who uses properties in AnthillPro pretty religiously, I’m excited by both. However, it appears that many teams didn’t notice the new options, so I’ll provide an overview here.
Shorter Formats
Properties in AnthillPro have traditionally been referenced with the syntax ${property:foo} for standard properties and ${agent:foo} for agent specific properties. There’s also the legacy ${foo} syntax that works for agent properties. This is well and good, but we noticed it could be a lot of typing and could result in some hard to read command lines or options. So there is a shortened option of each: ${p:foo} and ${a:foo} are now legal for standard and agent properties respectively. Continue reading

