The documentation here: replicated profile | Replicated implies that I can use commands like
# Add a production profile (will prompt for token)
replicated profile add prod
# Add a production profile with token flag
replicated profile add prod --token=your-prod-token
and
# List all profiles
replicated profile ls
When I try to do that I see
Error: unknown command “profile” for “replicated”
Run ‘replicated --help’ for usage.
what have I done incorrectly?