Changeset 330 in code for trunk/README.md


Ignore:
Timestamp:
Jun 8, 2020, 8:30:09 PM (5 years ago)
Author:
delthas
Message:

sojuctl: Add support for creating admin users

This adds a new flag, -admin for creating admin users, which can
access admin service commands, among which create-user to create other
users on-the-fly.

Since the person running the commands in the README will be the local
soju administrator, the user they create should be admin as well, hence
the README update.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README.md

    r317 r330  
    1313## Usage
    1414
    15     go run ./cmd/sojuctl create-user <username>
     15    go run ./cmd/sojuctl create-user <username> -admin
    1616    go run ./cmd/soju -listen irc+insecure://127.0.0.1:6667
    1717
Note: See TracChangeset for help on using the changeset viewer.