Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Action string = fmt.Sprintf(`NAME cam - cyberark application manager SYNOPSIS cam [global options] command [command options] [arguments...] VERSION %s GLOBAL OPTIONS --help - Show this message --version - Display the program version COMMANDS init - Create the ~/.conjurrc file login - Login to DAP. Create the ~/.netrc file get - Get a specific item set - Set a specific item enable - Enable an authentication service sync - Sync templates or applications into DAP new-namespace - Create a new namespace within DAP namespace - Open a namespace new-app - Create an application within a namespace new-safe - Create a new safe within a namespace new-secret - Create a new secret within a safe policy - Append, replace, delete or rollback a DAP policy (recommended for advanced DAP users) `, Version)
View Source
var Enable string = `` /* 165-byte string literal not displayed */
View Source
var Get string = `` /* 595-byte string literal not displayed */
View Source
var NewSafe string = `SYNOPSIS
cam new-safe SAFE_NAME
`
View Source
var NewSecret string = `SYNOPSIS
cam new-secret SAFE_NAME SECRET_NAME SECRET_VALUE
`
View Source
var Policy string = `` /* 414-byte string literal not displayed */
View Source
var Set string = `` /* 282-byte string literal not displayed */
View Source
var SetApp string = `` /* 266-byte string literal not displayed */
View Source
var SetNamespace string = `` /* 240-byte string literal not displayed */
View Source
var Sync string = `` /* 235-byte string literal not displayed */
View Source
var Version string = "0.0.1"
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.