## Improvements - Accurate InSpec CLI input parsing for numeric values and structured data, which were previously treated as strings. Numeric values are cast to an integer or float; YAML or JSON structures are converted to a hash or an array. - Suppress deprecation warnings on `inspec exec` with the `--silence-deprecations` option. - Expanded `only_if`[documentation](https://www.inspec.io/docs/reference/dsl_inspec/). ## Bug Fixes - Fixed an issue in testing for file existence on Solaris 10.