Show More
@@ -3447,7 +3447,7 b' rcstack_cli_image_info_command() {' | |||||
3447 | if [[ $verbose ]]; then |
|
3447 | if [[ $verbose ]]; then | |
3448 |
|
3448 | |||
3449 | ver="unknown" |
|
3449 | ver="unknown" | |
3450 |
if [[ -f $ENV |
|
3450 | if [[ -f $RUNTIME_ENV ]]; then | |
3451 | .env --file $RUNTIME_ENV |
|
3451 | .env --file $RUNTIME_ENV | |
3452 | .env get RC_VERSION |
|
3452 | .env get RC_VERSION | |
3453 | ver=$REPLY |
|
3453 | ver=$REPLY | |
@@ -6823,7 +6823,7 b' rcstack__completions_parse_requirements() {' | |||||
6823 |
|
6823 | |||
6824 | # :command.initialize |
|
6824 | # :command.initialize | |
6825 | initialize() { |
|
6825 | initialize() { | |
6826 |
version="5.0. |
|
6826 | version="5.0.7" | |
6827 | long_usage='' |
|
6827 | long_usage='' | |
6828 | set -e |
|
6828 | set -e | |
6829 |
|
6829 |
General Comments 0
You need to be logged in to leave comments.
Login now