No more creating unis in the wrong namespace and better CI/CD process

A release focusing on improved UI and additional CLI options.​​

Vendia strives to constantly improve our product. Preventing potentially expensive mistakes from happening is one recent example.

No More Accidents!

When we see something that has the potential to allow for user error, we fix it right away. Our engineering team added a dropdown menu for namespace choice in the process of Uni creation.

Uni_space

This change will prevent Unis from being created outside of the customer's namespace by accident. This ensures Unis for all Enterprise customers to get the single-tenant, complaint, and secure they expect.

CLI Changes

Users can now bypass interactive prompts when evolving their schemas using the CLI by setting the new --approval-required option to NEVER. This adds an extra layer of flexibility for automation or CI/CD processes. Here’s an example of the command:

# --approval-required=ALWAYS|NEVER
share uni evolve --uni <uniName> –approval-required=NEVER  --schema schema.json

Search Vendia.com