CalebEverett / metaplex-cli

Command line interface for Solana Metaplex programs.
35 stars 14 forks source link

Change creators #5

Open lucastoian opened 2 years ago

lucastoian commented 2 years ago

hy, I would like to set this account : DEVQ8kAcY9MvqtmXar5HHKD1jgqrLvKAkfUTdDBnUfVo as the only creator of this nft 7HD4ksK3fW7xJ2ksukgpfCGC33evjXgX626FzJhbRjQz.

How should I do that? With this code: cargo run -- metadata-update 7HD4ksK3fW7xJ2ksukgpfCGC33evjXgX626FzJhbRjQz --creators DEVQ8kAcY9MvqtmXar5HHKD1jgqrLvKAkfUTdDBnUfVo:100

I'm reciving this error error: process didn't exit successfully: target\debug\metaplex_cli.exe metadata-update DvhbvYMUZ2cJ4UBD19d6ZMQDZwoEWfQicceet5RESjTF --creators DEVQ8kAcY9MvqtmXar5HHKD1jgqrLvKAkfUTdDBnUfVo:100 (exit code: 1)

CalebEverett commented 2 years ago

This may be related to windows parsing the argument to --creators. Can you try running in wsl?