1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Add octodns-versions command

This commit is contained in:
Ross McFarland
2022-03-30 19:09:03 -07:00
parent e9d9fbc0d5
commit 6f15a4cec4
2 changed files with 27 additions and 1 deletions

View File

@@ -16,7 +16,8 @@ cmds = (
'dump',
'report',
'sync',
'validate'
'validate',
'versions',
)
cmds_dir = join(dirname(__file__), 'octodns', 'cmds')
console_scripts = {