Skip to content
 
 

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Aurae AE

Unix inspired command line client for Aurae written in Go!

Contributions and newcomers to the project are welcome. Please see Getting Involved to join the Discord and more.

Commands

ae oci
ae oci create
ae oci delete
ae oci kill
ae oci start
ae oci status

Implements the OCI Command Line interface with associated subcommands.

ae allocate
ae allocate cell
ae allocate pod

Reserve resources, and manage any prerequisites but do not start. Will fail if resources are unavailable.

ae free
ae free cell
ae free pod

Free resources, and destroy any prerequisites that have been started. Will fail if resources cannot be freed or do not exist.

ae start
ae start executable, exe
ae start container # Note this has an alias: 'ae oci start'

Run a resource immediately.

ae stop
ae stop executable, exe
ae stop container # Note this has an alias: 'ae oci kill'

Stop a resource immediately.

About

Unix inspired command line client for Aurae

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors