slug
Create a URL-friendly slug from text
Synopsis
Create a URL-friendly slug from the provided text.
Useful for generating artifact names or identifiers. The slug is printed to stdout.
devguard-scanner slug <text> [flags]Examples
# Generate a slug from text
devguard-scanner slug "My Project Name"
# Use in shell script
SLUG=$(devguard-scanner slug "My App v1.2.3")Options
-h, --help help for slugOptions inherited from parent commands
-l, --logLevel string Set the log level. Options: debug, info, warn, error (default "info")