I am trying to write up some python code to automate some stuff, and would like to install some ruby gems during the execution.
I am reading up Invoke
I tried using cli api which documented here, and this is how I am trying to run it:
import invoke
invoke.cli.parse(*args, **kwargs)
but getting this error:
AttributeError: 'module' object has no attribute 'cli'