alces-software / adminware

A sandbox CLI for running commands remotely across nodes
1 stars 0 forks source link

Create a run subcommand for all your running needs #109

Closed WilliamMcCumstie closed 5 years ago

WilliamMcCumstie commented 5 years ago

This PR ports the existing run like commands in to a run module with the following mappings:

  1. job run => run batch
  2. job run-interactive => run interactive
  3. job run-family => run family

This means all the run methods can be accessed through a single coherent command.

WilliamMcCumstie commented 5 years ago

The command has been renamed to tool in the above commit