CLI functionality #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implement CLI (Command Line Interface) functionality prior to implementing the UI. The CLI functionality will have all of the functionalties of the UI without having the UI to be displayed. The CLI will be triggered via flags and by default the UI will be appear unless otherwise specified.
idm [Action] [flags]Actions
retrieve - used for printing metadata. If the -f and -o flags are provided then it will output to a file with a specified format. Json will only be supported at the momentflags
-t use true, false, 1, 0. If true then a new token will be generated and will replace the current one. If false then it will use the current token. If current token has expired and the value is false then a new token will replace the former one. This flag requires -u and -p flags