Skip to content

Instantly share code, notes, and snippets.

@khoa-le
Created May 26, 2016 12:50
Show Gist options
  • Select an option

  • Save khoa-le/ee276169e1a5d3488788fea54df21f43 to your computer and use it in GitHub Desktop.

Select an option

Save khoa-le/ee276169e1a5d3488788fea54df21f43 to your computer and use it in GitHub Desktop.
create new account for mattermost
#!/bin/bash
go run mattermost.go -create_team -team_name="khoa" -email="khoaln6@gmail.com"
go run mattermost.go -create_user -team_name="khoa" -email="khoaln6@gmail.com" -password="123456"
go run mattermost.go -assign_role -team_name="khoa" -email="khoaln6@gmail.com" -role="system_admin"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment