File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 2222 from yaspin import kbi_safe_yaspin as Spinner
2323else :
2424 from riocli .utils .spinner import DummySpinner as Spinner
25+ from riocli .apply .util import print_context
2526from riocli .config import new_client
2627from riocli .constants import Colors , Symbols
2728from riocli .parameter .utils import filter_trees , display_trees
5758 help = "Skip confirmation" ,
5859)
5960@click .argument ("path" , type = click .Path (exists = True ))
61+ @click .pass_context
6062def upload_configurations (
63+ ctx : click .Context ,
6164 path : str ,
6265 tree_names : typing .Tuple [str ] = None ,
6366 delete_existing : bool = False ,
@@ -109,6 +112,8 @@ def upload_configurations(
109112 click .secho ()
110113 display_trees (path , trees )
111114
115+ print_context (ctx = ctx )
116+
112117 if not silent :
113118 click .confirm ("Do you want to proceed?" , default = True , abort = True )
114119
You can’t perform that action at this time.
0 commit comments