efa fabric create
	 
  Creates a fabric.
 Syntax
			efa fabric create
				[
					--name
					<fabric-name>
					|
					--type
					< clos | non-clos
						>
					|--stage
					< 3 | 5 >
					|--description
					<description>
					|--help]
			
		 
	 Parameters
 
		 
		   
			 - --name
					
  
			 - Specifies the name of the fabric.
  
		   
		   
			 - --description
					
  
			 - Displays description of the product.
  
		   
		   
			 - --type
							< clos | non-clos >
					
 
					- Specifies the type of the fabric (default:
						clos).
  
		  
		   
			 - --stage
					
  
			 - Specifies the stage of the fabric [3 | 5]
						(default: 3). Stage 0 is considered as Default stage for CLOS and ignored
						for NON-CLOS.
  
		  
				
					- --help
 
					- Displays help for create.
 
				 
		
 
	 
Examples
 
	  
		efa fabric create --name clos-fabric --type clos --stage 3