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
							fabric-name
					
- Specifies the name of the fabric.
- --description
							description
					
- Describes the product.
- --type
							clos | non-clos
					
- Specifies the type of the fabric. The
						default is clos.
- --stage
							3 | 5
					
- Specifies the type of fabric to create. The
						default is a 3-stage fabric. Stage 0 is considered the default stage for
						Clos and is ignored for non-Clos.
- --help
- Displays help for the command.
Examples
 
	 This example creates a 3-stage
				fabric.
efa fabric create --name clos-fabric --type clos --stage 3