Skip to main content
Usage
algolia profile add [flags]

Examples

Add a new profile (interactive):
algolia profile add
Add a new profile (non-interactive) and set it to default:
algolia profile add --name "my-profile" --app-id "my-app-id" --api-key "my-api-key" --default

Flags

--api-key
API Key of the application.
--app-id
ID of the application.
-d, --default
Set the profile as the default one.
-n, --name
Name of the profile.
I