CDIST-NEW-TYPE(1) | cdist | CDIST-NEW-TYPE(1) |
cdist-new-type - Create new type skeleton
cdist-new-type TYPE-NAME AUTHOR-NAME AUTHOR-EMAIL [TYPE-BASE-PATH]
cdist-new-type is a helper script that creates new type skeleton. It is then up to the type author to finish the type.
It creates skeletons for the following files:
Upon creation it prints the path to the newly created type directory.
# Create new type __foo in ~/.cdist directory. $ cd ~/.cdist $ cdist-new-type '__foo' 'Foo Bar' 'foo.bar at foobar.org' /home/foo/.cdist/type/__foo
Steven Armstrong <steven-cdist--@--armstrong.cc> Darko Poljak <darko.poljak--@--ungleich.ch>
Copyright (C) 2019 Steven Armstrong, Darko Poljak. Free use of this software is granted under the terms of the GNU General Public License v3 or later (GPLv3+).
ungleich GmbH 2020
February 7, 2021 | 6.9.4 |