step
Verified for current stable LTS
Step Command: Display Help For Subcommands
Use for display help for subcommands with Step. Exact CLI syntax to display help for subcommands using Step.
When to use this: Use for display help for subcommands with Step.
Command Syntax
step <path|base64|certificate|completion|context|crl|crypto|oauth|ca|beta|ssh> --help step <path|base64|certificate|completion|context|crl|crypto|oauth|ca|beta|ssh> --help Command Breakdown
--help- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to display help for subcommands using Step.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Step Command: Convert Certificate Pem To Der
step certificate format <path/to/certificate.pem> --out <path/to/certificate.der> Step Command: Create Root Ca Certificate step certificate create "<Example Root CA>" <path/to/root-ca.crt> <path/to/root-ca.key> --profile root-ca Step Command: Create Rsa Ec Keypair step crypto keypair <path/to/public_key> <path/to/private_key> --kty <RSA|EC> Step Command: Generate Certificate For Hostname step certificate create <hostname.example.com> <path/to/hostname.crt> <path/to/hostname.key> --profile leaf --ca <path/to/root-ca.crt> --ca-key <path/to/root-ca.key> Step Command: Inspect Certificate Contents step certificate inspect <path/to/certificate.crt>