Cedana
Cedana CLI
Cedana
Cedana CLI
  • Cedana CLI
  • Get started
    • Installation
    • Authentication
    • Configuration
  • Examples
    • Scheduling a Single GROMACS Workload
    • Scheduling Hundreds of Workloads
  • Guides
    • Workload Scheduling Mechanism
  • References
    • CLI
      • cedana-cli
      • Completion
        • Bash
        • Fish
        • PowerShell
        • Zsh
      • Create
        • Workload
      • Delete
        • Workload
      • List
        • Cluster
        • Node
        • Pod
    • GitHub
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. Get started

Installation

Install from source for running the latest version of cedana-cli.

Build from source

Clone the cedana-cli repository

git clone https://github.com/cedana/cedana-cli.git

To build and install to path:

make

To build:

make build

To install to path:

make install
PreviousCedana CLINextAuthentication

Last updated 1 month ago

Was this helpful?