[console_scripts]
tanzanite=tanzanite.__main__:main
tz=tanzanite.__main__:main

[tanzanite]
about=tanzanite.cli.about:CmdAbout
apistart=tanzanite.cli.server.start:CmdStartAPI
challengecreate=tanzanite.cli.challenge.create:CmdChallengeCreate
challengedelete=tanzanite.cli.challenge.delete:CmdChallengeDelete
challengelist=tanzanite.cli.challenge.list:CmdChallengeList
challengeshow=tanzanite.cli.challenge.show:CmdChallengeShow
challengeupdate=tanzanite.cli.challenge.update:CmdChallengeUpdate
dbinit=tanzanite.cli.db.init:CmdDBInit
dbsummary=tanzanite.cli.db.summary:CmdDBSummary
login=tanzanite.cli.login:CmdLogin
logout=tanzanite.cli.login:CmdLogout
run=psec.run:Run
sshconfig=psec.ssh:SSHConfig
sshknown-hostsadd=psec.ssh:SSHKnownHostsAdd
sshknown-hostsextract=psec.ssh:SSHKnownHostsExtract
sshknown-hostsremove=psec.ssh:SSHKnownHostsRemove
template=psec.template:Template
usercreate=tanzanite.cli.user.create:CmdUserCreate
userdelete=tanzanite.cli.user.delete:CmdUserDelete
userlist=tanzanite.cli.user.list:CmdUserList
usernotify=tanzanite.cli.user.notify:CmdUserNotify
usersummary=tanzanite.cli.user.summary:CmdUserSummary
userupdate=tanzanite.cli.user.update:CmdUserUpdate
utilsmyip=psec.utils.myip:MyIP
utilsmyipmethods=psec.utils.myip:MyIPMethods
utilsnetblock=psec.utils.netblock:Netblock
utilsset-aws-credentials=psec.utils.set_aws_credentials:SetAWSCredentials
utilstfstatebackend=psec.utils.tfbackend:TfBackend
utilstfstateoutput=psec.utils.tfoutput:TfOutput
utilsyaml-to-json=psec.utils.yaml_to_json:YAMLToJSON
webapp=tanzanite.cli.webapp:CmdWebapp

