DL Unify Ruffle CLI Invoke Smart Contract method

Invoke the contract method from CLI

------------------------------------------------ 

unify ruffle invoke -d HelloWorld.json -m update -o 0x9580F899B7F9e06D6BC143742f810CFE8Eb82e34 -p '["hello"]' 

------------------------------------------------ 

unify ruffle invoke -d VotingCore.json -m getMembership -o 0x724556864383745569dFAed8E030EF1FFE1389c7 -p '["0x28CbD506d22B28434815b5A3Dd4F99f17f542946"]' 

------------------------------------------------ 

Invoking method with no parameters:  

unify ruffle invoke -d VotingCore.json -m getAmountVotings -o 0x724556864383745569dFAed8E030EF1FFE1389c7 -p '[]' 

------------------------------------------------ 

Note: This –path option will apply for deploy, invoke and link cli sub command too if compiled contract was present in nested directory during compilation.