document cdist-code-run
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
		
					parent
					
						
							
								0f60a2387a
							
						
					
				
			
			
				commit
				
					
						45e7293840
					
				
			
		
					 5 changed files with 37 additions and 6 deletions
				
			
		
							
								
								
									
										1
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										1
									
								
								Makefile
									
										
									
									
									
								
							| 
						 | 
					@ -14,6 +14,7 @@ MANGENERATED=$(MANDIR)/cdist-reference.text
 | 
				
			||||||
 | 
					
 | 
				
			||||||
MANSRC=$(MANDIR)/cdist.text						\
 | 
					MANSRC=$(MANDIR)/cdist.text						\
 | 
				
			||||||
	$(MANDIR)/cdist-code-run-all.text			\
 | 
						$(MANDIR)/cdist-code-run-all.text			\
 | 
				
			||||||
 | 
						$(MANDIR)/cdist-code-run.text					\
 | 
				
			||||||
	$(MANDIR)/cdist-config.text 					\
 | 
						$(MANDIR)/cdist-config.text 					\
 | 
				
			||||||
   $(MANDIR)/cdist-dir.text         			\
 | 
					   $(MANDIR)/cdist-dir.text         			\
 | 
				
			||||||
   $(MANDIR)/cdist-env.text         			\
 | 
					   $(MANDIR)/cdist-env.text         			\
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,6 +0,0 @@
 | 
				
			||||||
Ensure bin/* is documented
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
[0:43] kr:bin% for a in *; do test -f ../doc/man/${a}.text || echo $a missing ; done
 | 
					 | 
				
			||||||
cdist-code-run missing
 | 
					 | 
				
			||||||
[0:44] kr:bin% 
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
							
								
								
									
										34
									
								
								doc/man/cdist-code-run.text
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										34
									
								
								doc/man/cdist-code-run.text
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
					@ -0,0 +1,34 @@
 | 
				
			||||||
 | 
					cdist-code-run(1)
 | 
				
			||||||
 | 
					============================
 | 
				
			||||||
 | 
					Nico Schottelius <nico-cdist--@--schottelius.org>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					NAME
 | 
				
			||||||
 | 
					----
 | 
				
			||||||
 | 
					cdist-code-run - Run explorer remotely
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					SYNOPSIS
 | 
				
			||||||
 | 
					--------
 | 
				
			||||||
 | 
					cdist-code-run OBJECT_DIR OBJECT TYPE
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					DESCRIPTION
 | 
				
			||||||
 | 
					-----------
 | 
				
			||||||
 | 
					cdist-code-run executes generated code from a given OBJECT.
 | 
				
			||||||
 | 
					The OBJECT must be located below OBJECT_DIR.
 | 
				
			||||||
 | 
					TYPE must be either local or remote and determines which
 | 
				
			||||||
 | 
					code part is to be executed.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					SEE ALSO
 | 
				
			||||||
 | 
					--------
 | 
				
			||||||
 | 
					- cdist(7)
 | 
				
			||||||
 | 
					- cdist-object-gencode(1)
 | 
				
			||||||
 | 
					- cdist-object-gencode-all(1)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					COPYING
 | 
				
			||||||
 | 
					-------
 | 
				
			||||||
 | 
					Copyright \(C) 2011 Nico Schottelius. Free use of this software is
 | 
				
			||||||
 | 
					granted under the terms of the GNU General Public License version 3 (GPLv3).
 | 
				
			||||||
| 
						 | 
					@ -21,6 +21,7 @@ For every object that exists, the cdist-object-gencode is executed.
 | 
				
			||||||
SEE ALSO
 | 
					SEE ALSO
 | 
				
			||||||
--------
 | 
					--------
 | 
				
			||||||
- cdist(7)
 | 
					- cdist(7)
 | 
				
			||||||
 | 
					- cdist-code-run(1)
 | 
				
			||||||
- cdist-deploy-to(1)
 | 
					- cdist-deploy-to(1)
 | 
				
			||||||
- cdist-object-gencode(1)
 | 
					- cdist-object-gencode(1)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -22,6 +22,7 @@ executable on stdout will be used by cdist-object-gencode-all(1).
 | 
				
			||||||
SEE ALSO
 | 
					SEE ALSO
 | 
				
			||||||
--------
 | 
					--------
 | 
				
			||||||
- cdist(7)
 | 
					- cdist(7)
 | 
				
			||||||
 | 
					- cdist-code-run(1)
 | 
				
			||||||
- cdist-deploy-to(1)
 | 
					- cdist-deploy-to(1)
 | 
				
			||||||
- cdist-object-gencode-all(1)
 | 
					- cdist-object-gencode-all(1)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue