Open 0x6c23 opened 2 years ago
candy machine cli
anchorProgram.instruction.updateCandyMachine
{ endSettingsType: { amount: true }, number: new BN(50) }
OR
{ endSettingsType: { date: true }, number: new BN(parseDate("now")) }
Result: invalid option endSettings
invalid option endSettings
No response
Windows
Medium (should be fixed soon)
I believe you have to wrap every key in quotes ( " one on each side of the key). Json files require to have keys wrapped in quotes.
Which package is this bug report for?
candy machine cli
Issue description
anchorProgram.instruction.updateCandyMachine
and set endSettings to:OR
Result:
invalid option endSettings
Command
No response
Relevant log output
No response
Operating system
Windows
Priority this issue should have
Medium (should be fixed soon)
Check the Docs First