looker-open-source / henry

A command line tool for Looker instance cleanup
MIT License
79 stars 27 forks source link

Error unrecognised arguments #29

Closed emilywilson2 closed 3 years ago

emilywilson2 commented 3 years ago

After creating the looker.ini file in this format:

[Looker]
# Base URL for API. Do not include /api/* in the url
base_url=https://myinstance.eu.looker.com:19999
# API 3 client id
client_id=123456789
# API 3 client secret
client_secret=123456789
# Set to false if testing locally against self-signed certs. Otherwise leave True
verify_ssl=True

[Production]
base_url=https://myinstance.eu.looker.com:19999
client_id=123456789
client_secret=123456789
verify_ssl=True

and running the command henry pulse --config-file=looker.ini --section=Looker

i get the error: unrecognized arguments: --config-file=looker.ini --section=Looker

i believe i am in the right directory, as shown by the screenshot here after the ls command

Screenshot 2020-07-06 at 15 05 32

could anyone help with this?