Replicated CLI set token?

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?

I wonder if you’re not on the latest version of the CLI. Try replicated version and see if you’re on the latest, which is 0.126.0.

That was it! Thank you!