Setting default section title
With CLI 2 it seems like you cannot set the section title of the default ID less section, but you can change it in the 1password app (and it was possible in cli v1)
During create if you add a section to the json template it will automatically get a generated ID, you cannot set the id e.g. null or an empty string to name the default section.
Is there any way to set the default section title via the CLI?
Example of json template:
```
{
"fields": [
{
"id": "notesPlain",
"type": "STRING",
"purpose": "NOTES",
"label": "notesPlain",
"value": ""
},
{
"id": "console_password",
"type": "CONCEALED",
"label": "console_password",
"value": "a password"
},
{
"id": "key_b64",
"type": "STRING",
"label": "key_b64",
"value": "YSBiYXNlNjQgc3RyaW5nCg=="
}
]
}
``op item create --vault='some-vault' --category="Server" --title="Test server" --template=opserver2.json`
Creation is using
After changing the default section title in the 1password app the op get ID --format=json returns a section field as well:
...
"sections": [
{
"id": "linked items",
"label": "Related Items"
},
{
"label": "secrets"
}
],
...
1Password Version: 2.7.1
Extension Version: Not Provided
OS Version: macOS 12.6
Browser:_ Not Provided
