CLI command to store credentials without actual deployment #8
ThePlenkov
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
To be able to test the app in so-called hybrid mode I'm use a command like
cds deploy --store-credentials
. This command allows me to store credentials indb/default-env.json
file which allows me to run actual service locally with access to the real HDI container.So problem is - sometimes I do not need to deploy - I only want to have those credentials.
Let's say my model contains only artifacts already presented in db and I don't even need to deploy anything so having a command like
cds store-credentials
or at least allowcds deploy --dry --store-credentials
to store them would help a lot.What do you think about this?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions