Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
breakoutModewide
breakoutWidth760
for stream_name in $(nats stream list --user omkadmin --password op42opha42 --json | jq -r '.[]'); 

      do nats stream inform --force --user omkadmin --password op42opha42 "$stream_name";

done

...