mops user import
Import .pem
file data to use as identity.
mops user import -- <pem_data>
To be able to publish a packages to the mops
registry, you need to import an identity from DFX.
Import identity from DFX
mops user import -- "$(dfx identity export <identity_name>)"
Example
- Create new identity in DFX named
mops
dfx identity new mops
- Import identity into
mops
mops user import -- "$(dfx identity export mops)"