Forum Discussion

northisup's avatar
northisup
New Contributor
2 months ago

op create failing with `--category ssh` and `--url options`

in a script I have the following: op item create --category ssh --title "$CONFIG_HOSTNAME" --ssh-generate-key ed25519 --url "ssh://$CONFIG_USER@$CONFIG_HOSTNAME" super cool right? its creating ssh ...