Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kamangir committed Feb 8, 2025
1 parent d93cd2d commit 827d5cf
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ pip install blue-objects

[![pylint](https://github.com/kamangir/blue-objects/actions/workflows/pylint.yml/badge.svg)](https://github.com/kamangir/blue-objects/actions/workflows/pylint.yml) [![pytest](https://github.com/kamangir/blue-objects/actions/workflows/pytest.yml/badge.svg)](https://github.com/kamangir/blue-objects/actions/workflows/pytest.yml) [![bashtest](https://github.com/kamangir/blue-objects/actions/workflows/bashtest.yml/badge.svg)](https://github.com/kamangir/blue-objects/actions/workflows/bashtest.yml) [![PyPI version](https://img.shields.io/pypi/v/blue-objects.svg)](https://pypi.org/project/blue-objects/) [![PyPI - Downloads](https://img.shields.io/pypi/dd/blue-objects)](https://pypistats.org/packages/blue-objects)

built by 🌀 [`blue_options-4.223.1`](https://github.com/kamangir/awesome-bash-cli), based on 🌀 [`blue_objects-5.311.1`](https://github.com/kamangir/blue-objects).
built by 🌀 [`blue_options-4.223.1`](https://github.com/kamangir/awesome-bash-cli), based on 🌀 [`blue_objects-5.312.1`](https://github.com/kamangir/blue-objects).

2 changes: 1 addition & 1 deletion blue_objects/.abcli/object.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ function abcli_object() {
return
fi

abcli_log_error "-abcli: object: $task: command not found."
abcli_log_error "@object: $task: command not found."
return 1
}
8 changes: 6 additions & 2 deletions blue_objects/.abcli/tests/help.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,15 @@ function test_blue_objects_help() {
"@mlflow test" \
"@mlflow transition" \
\
"abcli object" \
"@object" \
"@object open" \
\
"abcli publish" \
\
"abcli select" \
\
"abcli storage" \
"abcli tags" \
\
"abcli upload" \
\
"blue_objects"; do
Expand Down
2 changes: 1 addition & 1 deletion blue_objects/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

DESCRIPTION = f"{ICON} data objects for Bash."

VERSION = "5.311.1"
VERSION = "5.312.1"

REPO_NAME = "blue-objects"

Expand Down

0 comments on commit 827d5cf

Please # to comment.