Saltar a contenido

rai repo

Manage repositories on the connected RaiSE server. Repositories are registered under a project and serve as the units of graph sync, signal routing, and access control. Requires an active server connection (see rai connect).

rai repo register

Register the current (or specified) local repository on the RaiSE server under a project.

Flag Short Description
--project -p Server project ID to register under (required)
--path Local repository path. Default: current directory
--name -n Repository name on the server (defaults to git remote name)
# Register current repo under a project
rai repo register --project my-org/raise-commons

# Register a specific path
rai repo register --project my-org/raise-commons --path /path/to/repo

rai repo list

List repositories registered under a project on the server.

Flag Short Description
--project -p Project ID to list repos for
--format -f Output format: human, json. Default: human
rai repo list --project my-org/raise-commons
rai repo list --format json

See also: rai project, rai connect