You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, stage is missing subcommands like stage ls-img (or stage ls-bun-img) for querying various aspects of a staged pallet bundle, but it includes subcommands like stage show-bun-depl for querying other aspects of a staged pallet bundle. It may be cleaner and more intuitive if we make a stage plt --bun=next subcommand, whose pallet-querying subcommands would have the same names as the pallet-querying subcommands of plt; and to keep a consistent set of pallet-querying subcommands between stage plt and [dev] plt. We should set the default value of the optional --bun/--bundle flag to be either current or next, and return an error if that name is not bound to a staged pallet bundle; I would suggest defaulting to next, since it's the first bundle shown in stage show if it exists.
The text was updated successfully, but these errors were encountered:
ethanjli
changed the title
Query the current staged pallet with stage plt subcommands
ui: Query the current staged pallet with stage plt subcommands
Jun 14, 2024
Currently,
stage
is missing subcommands likestage ls-img
(orstage ls-bun-img
) for querying various aspects of a staged pallet bundle, but it includes subcommands likestage show-bun-depl
for querying other aspects of a staged pallet bundle. It may be cleaner and more intuitive if we make astage plt --bun=next
subcommand, whose pallet-querying subcommands would have the same names as the pallet-querying subcommands ofplt
; and to keep a consistent set of pallet-querying subcommands betweenstage plt
and[dev] plt
. We should set the default value of the optional--bun
/--bundle
flag to be eithercurrent
ornext
, and return an error if that name is not bound to a staged pallet bundle; I would suggest defaulting tonext
, since it's the first bundle shown instage show
if it exists.The text was updated successfully, but these errors were encountered: