Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bkayranci committed Dec 13, 2020
1 parent cbacc98 commit f9f2ba8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ilkbyte_cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
@app.command(name='config', )
def configure(secret_key: str = None, access_key: str = None, host: str = 'https://api.ilkbyte.com',
config_file: str = global_config_file):
if secret_key is None and access_key is None:
typer.echo('You can get api credentials on https://www.ilkbyte.com/panel/account/settings')
if secret_key is None:
secret_key = typer.prompt('secret_key', hide_input=True)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name="ilkbyte-cli",
version="1.0.2",
version="1.0.3",
author="Türkalp Burak Kayrancıoğlu",
author_email="bkayranci@gmail.com",
description="Ilkbyte python CLI",
Expand Down

0 comments on commit f9f2ba8

Please sign in to comment.