You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The -overwrite=true and -with-passphrase=false flags don't seem to work work for principal fork at the current head (9e2f983).
An easy way to demonstrate this issue:
$ rm -rf .v23
$ principal fork -overwrite=true -with-passphrase=false -for=72h .v23 xxx
Enter passphrase (entering nothing will store the principal key unencrypted):
$ principal fork -overwrite=true -with-passphrase=false -for=72h .v23 xxx
Enter passphrase (entering nothing will store the principal key unencrypted):
ERROR: failed to create principal: failed to open .v23/publickey.pem for writing: open .v23/publickey.pem: file exists
$
The similar flags work fine for principal create.
The text was updated successfully, but these errors were encountered:
The
-overwrite=true
and-with-passphrase=false
flags don't seem to work work forprincipal fork
at the current head (9e2f983).An easy way to demonstrate this issue:
The similar flags work fine for
principal create
.The text was updated successfully, but these errors were encountered: