All rapyuta.io docs are open source. See something that's wrong or unclear? Submit a pull request.
Make a contributionManaging projects include creating and deleting projects as well as adding and removing users from the project.
Any activated user can create a new project. The project creator or the organization admin can delete a project.
In the left navigation bar, click Account > Projects. The project dashboard is displayed.
To create a new project:
To delete a project:
To create a project:
rio project create <project_name>
To delete a project:
rio project delete <project_name>
The project or organization owner can transfer the project ownership to another member. This solves the issue of restricted modification rights if the original owner leaves the company or becomes unavailable.
Users need to be directly added to the project to transfer ownership; joining through a user group prevents ownership transfer.
To transfer project ownership:
In the left navigation bar, click Account > Projects to access the project dashboard.
Select the project for which you want to transfer ownership.
Click the user icon under Actions.
From the drop-down menu, select the user to transfer ownership to, then click Update.
A notification message appears confirming that the project owner has been successfully updated.
To update the owner of the specified project to the user with the provided email address:
rio project update-owner <project_name> --user-email <new_owner_email>
If “–user-email” is not specified, it prompts an interactive list of project users to select the new owner.
For information on how to update the owner of a project:
rio project update-owner --help
The org or the project admin can nominate another project member as the admin of that project.
Consider two projects, example-0 and example-3. To switch from example-0 to example-3:
You can also search for a project using the project ID at the top left corner of the rapyuta.io page.
rio project select <project_name>