New Features
- 
Hazelcast CLC can now submit Jet jobs and manage job snapshots. 
- 
Added the following jobcommands:- 
submit: Creates a job from the given jar file.
- 
cancel: Cancels a job.
- 
list: Lists jobs.
- 
suspend: Suspends a job.
- 
resume: Resumes a suspended job.
- 
restart: Restarts a job.
- 
export-snapshot: Exports a snapshot for a job. This feature requires a Cloud or Hazelcast Enterprise cluster.
 
- 
- 
Added the following snapshotcommands:- 
list: Lists the snapshots of a job.
- 
delete: Deletes a snapshot.
 
-