data-api-builder icon indicating copy to clipboard operation
data-api-builder copied to clipboard

Include cache options in the add and update verbs of CLI

Open aaronburtle opened this issue 9 months ago • 18 comments

Why make this change?

closes https://github.com/Azure/data-api-builder/issues/2603

What is this change?

Includes caching options with the add and update verbs for the CLI. These verbs are used to add or update new entities in a config file, and will now include support for the cache entry in those entities.

How was this tested?

Current test suite.

Sample Request(s)

You can test with the CLI by using the add or update verb along with the flags --cache.enabled and --cache.ttl, default values are false and 5.

aaronburtle avatar Apr 16 '25 22:04 aaronburtle