I have ran the indy_pool network and it is up using the command : docker run -itd -p 9701-9708:9701-9708 indy_pool
Now, I have installed indy-cli in my system
Now when I am trying to create a pool using the command: pool create local_pool gen_text_file=/<PATH_TO_INDY_SDK>/indy-sdk/cli/docker_pool_transactions_genesis
It is giving me the error : Unknown "gen_text_file" parameter present
Can someone explain why is this issue coming and what can be done to resolve this?