Hello,

I am trying to retrieve the Values defined in my App Service using appservices CLI but the feature is not provided.
We can retrieve the name of the secrets created in the App Service but not the Values.

Here is the appservices --help

Usage: appservices [command] Available Commands: whoami Display information about the current user login Log the CLI into App Services using a MongoDB Cloud API Key logout Log the CLI out of App Services push Pushes and deploys changes from your local directory to your app pull Pulls the latest version of your app into your local directory apps Manage the App Service Apps associated with the current user (alias: app) users Manage the Users of your app (alias: user) secrets Manage the Secrets of your app (alias: secret) function Interact with the Functions of your app (alias: functions) logs Interact with the Logs of your app (alias: log) schema Manage the Schemas of your app (alias: schemas) accessList Manage the allowed IP addresses and CIDR blocks of your app (aliases: accesslist, access-list) deploy Manage automatic deployments of your app help Help about any command completion Generate the autocompletion script for the specified shell

As you can see, there is no values option

Is there a way to retrieve the values created in an App Service using a CLI?