Skip to content

Commit ef70fb4

Browse files
committed
fix: use op:// reference as password
1 parent 488652a commit ef70fb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ We recommend to store your application password in 1password and set the enviro
5050
WP_APP_PASSWORD using the [1password CLI](https://developer.1password.com/docs/cli):
5151

5252
```shell
53-
WP_APP_PASSWORD="$(op read "op://Private/wordpress app password/password")" wp-md ...
53+
WP_APP_PASSWORD="op://Private/wordpress app password/password" wp-md ...
5454
```
5555

5656
## Never touch the WP editor again

0 commit comments

Comments
 (0)