We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6caa47 commit 005cd2eCopy full SHA for 005cd2e
buckup/command_line.py
@@ -240,6 +240,11 @@ def execute(self):
240
self.ask_cors()
241
self.print_separator()
242
if self.ask_summary():
243
+ self.print_separator()
244
+ print(
245
+ "Warning: The following information contains sensitive values. "
246
+ "Be careful when copying and pasting."
247
+ )
248
249
self.create_bucket()
250
0 commit comments