$ kubectl exec -it <frontPod> -c front -- /bin/bash
kubectl get pods -n lilt | grep -i front
npm run dist-admin-cli
instead of **admin-cli
This step creates the admin account, along with the organization. Once the user is created, the organization will be automatically generated and will be viewable in the UI.
$ npm run dist-admin-cli -- create-user --email <email> --password <password>
$ npm run dist-admin-cli -- mass-enable-feature --users=<email> --feature=EnhancedAdmin
Organization
screen. You can add users by clicking the Users
button.