Forrest logo
back to context overview

genid

List of commands for genid:

  • genid:tldr:07a16 genid: Generate a Discord Snowflake, without a trailing newline (useful in shell scripts).
    $ genid --script snowflake
    try on your machine
    explain this command
  • genid:tldr:3bb3d genid: Generate a Snowflake with the epoch set to a specific date.
    $ genid snowflake --epoch=${unix_epoch_time}
    try on your machine
    explain this command
  • genid:tldr:7c162 genid: Generate a UUIDv5 using a namespace UUID and a specific name.
    $ genid uuidv5 ${{ce598faa-8dd0-49ee-8525-9e24fff71dca}} ${name}
    try on your machine
    explain this command
  • genid:tldr:a5036 genid: Generate a Generic Anonymous ID with a specific "real ID".
    $ genid gaid ${real_id}
    try on your machine
    explain this command
  • genid:tldr:afd17 genid: Generate a UUIDv4.
    $ genid uuid
    try on your machine
    explain this command
back to context overview