Name
 kf run-job 
- Run the Job once.
Synopsis
kf run-job JOB_NAME [flags]
Description
The run-job sub-command lets operators run a Job once.
Examples
kf run-job my-job
Flags
-  --cpu-cores= string
-  Amount of dedicated CPU cores to give the Task (for example 256M, 1024M, 1G). 
-  -k, --disk-quota= string
-  Amount of dedicated disk space to give the Task (for example 256M, 1024M, 1G). 
-  -h, --help
-  help for run-job 
-  -m, --memory-limit= string
-  Amount of dedicated memory to give the Task (for example 256M, 1024M, 1G). 
Inherited flags
These flags are inherited from parent commands.
-  --as= string
-  Username to impersonate for the operation. 
-  --as-group= strings
-  Group to impersonate for the operation. Include this flag multiple times to specify multiple groups. 
-  --config= string
-  Path to the Kf config file to use for CLI requests. 
-  --kubeconfig= string
-  Path to the kubeconfig file to use for CLI requests. 
-  --log-http
-  Log HTTP requests to standard error. 
-  --space= string
-  Space to run the command against. This flag overrides the currently targeted Space. 

