File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,5 +22,5 @@ keywords:
2222 - management
2323 - integration
2424license : Apache-2.0
25- version : 26.01.4
25+ version : 26.01.5
2626date-released : " 2026-01-15"
Original file line number Diff line number Diff line change @@ -134,6 +134,9 @@ def update_cli():
134134
135135 if not asset :
136136 console .print (f"[danger]✖ Could not find binary for your platform ({ system } /{ arch } ) in the latest release.[/danger]" )
137+ available_assets = [a ["name" ] for a in data .get ("assets" , [])]
138+ console .print (f"[info]Target asset name: { asset_name } [/info]" )
139+ console .print (f"[info]Available assets: { ', ' .join (available_assets )} [/info]" )
137140 return
138141
139142 console .print (f"[info]Updating Portabase CLI from { current } to { latest_tag } ...[/info]" )
Original file line number Diff line number Diff line change 11[project ]
22name = " portabase-cli"
3- version = " 26.01.4 "
3+ version = " 26.01.5 "
44description = " The official command line interface (CLI) for managing and deploying Portabase instances with ease."
55readme = " README.md"
66requires-python = " >=3.12"
You can’t perform that action at this time.
0 commit comments