CLUI, the Graphical CLI
Replit has created a text-based interface to interact with various aspects of your account. This page serves as documentation of the various capabilities of CLUI.
Accessing CLUI
Navigate to the CLUI page to access the graphical prompt CLI
The prompt will display in-line information about the commands which can be run.
Walkthrough
This video walks you through how to access and use the CLUI.
Command Reference
account: Manage your account
account view-warns
View warnings you have been issued.
account change-username
Change your username (this can only be done once).
trash: List and restore deleted repls
trash restore --title $title
Restore a deleted repl by its title. If multiple repls exist with the same name, the most recently deleted repl will be restored.
trash view
View your most recently deleted repls.
team: View and manage your teams
view
>
View the members of your team.
fork-repl-to-project
Forks an existing Repl to create a Team Project
clear: Clears the screen
clear
Clears screen.
Further Reading
Check out our blog post for a discussion on building CLUI.