The exit command logs you out from the Cloudeka service by removing the stored authentication token. This ensures that your session is terminated and the authentication token is deleted from the local storage for security purposes.
Usage
cldkctl exit [flags]
Steps
Follow the steps below to run and view the result of this command:
Run the following command in your terminal:
cldkctl exit
Once completed successfully, a message "✓ Successfully logged out from cldkctl" will appear in your terminal.
Flags
This command supports global flags. Refer to the Global Flags section for details