Difference between revisions of "Nats stream"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{lc}} == See also == * {{nats}} Category:NATs")
 
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
 +
 +
<pre>
 +
nats stream
 +
error: a subcommand from the list below is required, use --help for full help including flags and arguments
 +
 +
usage: nats stream [<flags>] <command> [<args> ...]
 +
 +
JetStream Stream management
 +
 +
Subcommands:
 +
  stream add      Create a new Stream
 +
  stream ls        List all known Streams
 +
  stream report    Reports on Stream statistics
 +
  stream find      Finds streams matching certain criteria
 +
  stream info      Stream information
 +
  stream state    Stream state
 +
  stream subjects  Query subjects held in a stream
 +
  stream edit      Edits an existing stream
 +
  stream rm        Removes a Stream
 +
  stream purge    Purge a Stream without deleting it
 +
  stream copy      Creates a new Stream based on the configuration of
 +
                  another, does not copy data
 +
  stream rmm      Securely removes an individual message from a
 +
                  Stream
 +
  stream view      View messages in a stream
 +
  stream get      Retrieves a specific message from a Stream
 +
  stream backup    Creates a backup of a Stream over the NATS network
 +
  stream restore  Restore a Stream over the NATS network
 +
  stream seal      Seals a stream preventing further updates
 +
  stream gaps      Detect gaps in the Stream content that would be
 +
                  reported as deleted messages
 +
  stream cluster  Manages a clustered Stream
 +
 +
Flags:
 +
  -a, --all  When listing or selecting streams show all streams
 +
            including system ones
 +
 +
Pass --help to see global flags applicable to this command.
 +
</pre>
  
  

Revision as of 08:36, 19 June 2024

nats stream
error: a subcommand from the list below is required, use --help for full help including flags and arguments

usage: nats stream [<flags>] <command> [<args> ...]

JetStream Stream management

Subcommands:
  stream add       Create a new Stream
  stream ls        List all known Streams
  stream report    Reports on Stream statistics
  stream find      Finds streams matching certain criteria
  stream info      Stream information
  stream state     Stream state
  stream subjects  Query subjects held in a stream
  stream edit      Edits an existing stream
  stream rm        Removes a Stream
  stream purge     Purge a Stream without deleting it
  stream copy      Creates a new Stream based on the configuration of
                   another, does not copy data
  stream rmm       Securely removes an individual message from a
                   Stream
  stream view      View messages in a stream
  stream get       Retrieves a specific message from a Stream
  stream backup    Creates a backup of a Stream over the NATS network
  stream restore   Restore a Stream over the NATS network
  stream seal      Seals a stream preventing further updates
  stream gaps      Detect gaps in the Stream content that would be
                   reported as deleted messages
  stream cluster   Manages a clustered Stream

Flags:
  -a, --all  When listing or selecting streams show all streams
             including system ones

Pass --help to see global flags applicable to this command.


See also

Advertising: