[Docs] Edit terraform example and doc for file generation (#58822)

* docs: update terraform example and doc for file generation

* docs: updated the documnettaion to include the help command with fields included

* Update pkg/cmd/grafana-cli/commands/commands.go

* docs: add help command
This commit is contained in:
Eric Leijonmarck
2022-11-17 05:24:07 -05:00
committed by GitHub
parent b398e8640d
commit 2a6ed76e54
3 changed files with 36 additions and 6 deletions
@@ -203,6 +203,12 @@ func getDocumentationForFile() string {
#
# If you feel like you want to wait with a specific block,
# delete all lines regarding that conflict block.
# email - the user’s email
# login - the user’s login/username
# last_seen_at - the user’s last login
# auth_module - if the user was created/signed in using an authentication provider
# conflict_email - a boolean if we consider the email to be a conflict
# conflict_login - a boolean if we consider the login to be a conflict
#
`
}