cmd_user

package
v1.3.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 30, 2026 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	FLAG_HELP         = "-h"
	FLAG_VERBOSE      = "-v"
	FLAG_LOCK         = "-lk"
	FLAG_UNLOCK       = "-uk"
	FLAG_ROLE_LIST    = "-r"
	FLAG_USER_LIST    = "-u"
	FLAG_USER_DETAILS = "-d"
	FLAG_USER_PUSH    = "-p"
	FLAG_ADD_ROLE     = "-ar"
	FLAG_USER_REMOVE  = "-rm"
)
View Source
const (
	TABLE_USERNAME  = "Username"
	TABLE_LOCK      = "Lock"
	TABLE_DATE      = "Date"
	TABLE_PUBLISHER = "Publisher"
	TABLE_ROLES     = "Roles"
	TABLE_ACCESS    = "Access"
)
View Source
const Command apps.SnapshotFlag = "user"

Variables

View Source
var App = apps.CommandApplication{
	CommandReference: apps.CommandReference{
		Flag:        Command,
		Name:        "User",
		Description: "Manages system users",
		Example:     refHelp.Example,
	},
	Exec: exec,
	Help: help,
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL