Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatestParrot committed Oct 12, 2023
1 parent dd964b9 commit 7ef75b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pip install storagecli

# Authorization

When you get your **ORGANIZATION NAME** and **BUCKET TOKEN** at [app.merklebot.com](https://app.merklebot.com), you could use them to authorize in 3 places, with priority from higher to lower:
When you get your **ORGANIZATION NAME** (not ID!) and **BUCKET TOKEN** at [app.merklebot.com](https://app.merklebot.com), you could use them to authorize in 3 places, with priority from higher to lower:

1. Direct insert in command as options
2. Use with environmental variables `STORAGECLI_ORGANIZATION` and `STORAGECLI_BUCKET_TOKEN`
Expand Down
2 changes: 1 addition & 1 deletion StorageCLI/storage_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def get(ctx, content_id):
required=True)
@click.pass_context
def delete(ctx, content_id):
"""Delete file by content_id"""
"""Delete file by id"""
organization = ctx.obj["ORGANIZATION"]
token = ctx.obj["TOKEN"]

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "storagecli"
version = "0.1.1"
version = "0.1.2"
description = "CLI for Storage at app.merklebot.com"
authors = ["Arseniy Popov <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 7ef75b7

Please sign in to comment.