create self

Create a Self Service account for the selected RelayApp.

relayx-cli create self

Operation Process:

1

Select RelayApp

Choose the RelayApp you want to create a Self Service account for.

2

Generate userkey.json

Upon successful creation, a userkey.json file is generated in the {RelayApp Address}.config/ directory.

Complete directory structure:

{RelayApp Address}.config/
├── config.json          # RelayApp configuration
├── owner.json           # Owner
├── master.json          # Master
├── userkey.json         # Self Service account
└── agents/              # Agent folder
circle-exclamation