[console_scripts]
pt=pterradactyl.__main__:main

[pterradactyl.facters]
arguments=pterradactyl.facter.arguments:ArgumentsFacter
environment=pterradactyl.facter.environment:EnvironmentFacter
jinja=pterradactyl.facter.jinja:JinjaFacter
regex=pterradactyl.facter.regex:RegexFacter
shell=pterradactyl.facter.shell:ShellFacter

[pterradactyl.registered_commands]
apply=pterradactyl.commands.manifest:ManifestCommand
console=pterradactyl.commands.manifest:ManifestCommand
destroy=pterradactyl.commands.manifest:ManifestCommand
env=pterradactyl.commands.env:EnvCommand
facts=pterradactyl.commands.dump:DumpFactsCommand
fmt=pterradactyl.commands.manifest:ManifestCommand
force-unlock=pterradactyl.commands.manifest:ManifestCommand
get=pterradactyl.commands.manifest:ManifestCommand
graph=pterradactyl.commands.manifest:ManifestCommand
import=pterradactyl.commands.manifest:ManifestCommand
lookup=pterradactyl.commands.lookup:LookupCommand
output=pterradactyl.commands.manifest:ManifestCommand
plan=pterradactyl.commands.manifest:ManifestCommand
providers=pterradactyl.commands.manifest:ManifestCommand
refresh=pterradactyl.commands.manifest:ManifestCommand
root-module=pterradactyl.commands.dump:DumpRootModuleCommand
show=pterradactyl.commands.manifest:ManifestCommand
state=pterradactyl.commands.state:StateCommand
taint=pterradactyl.commands.manifest:ManifestCommand
untaint=pterradactyl.commands.manifest:ManifestCommand
validate=pterradactyl.commands.manifest:ManifestCommand
workspace=pterradactyl.commands.manifest:ManifestCommand

[pterradactyl.validators]
version=pterradactyl.validator.version:VersionValidator

