Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
franklin
3 years agoNew Contributor
Streamline CLI (snake_case) and Connect (camelCase) JSON
Would it be possible to streamline the JSON format between the CLI (snake_case) and Connect SDK (camelCase) e.g.
bash
op item get XXX --format json
{
"id": "",
"title": "",
"versi...
franklin
3 years agoNew Contributor
Hi @"Horia.Culea_1P",
we're currently preparing a pull request to extend your terraform 1password provider which can also use the cli.
But doing so atm forces us to duplicate some code provided by the connect SDK just to get the json mapping right.
Greetz,
Kevin