Im wanting to write a c# console app that will run our admin tasks that we require to do on contracts we setup e.g. Minting NFT’s, transfers, deposits, event listening etc
Being this is all backend run and nothing is exposed to the end user, should we use the Flow CLI in production for this to execute the tasks or should we be using some other method?
Can see being able to easily execute tasks through the Flow CLI for this task but just didn’t know if this was designed for this task in production.