Skip to main content
Crusoe Support Help Center home page
Crusoe

How-To Set Up Crusoe CLI on Windows

Martin Cala
Martin Cala
Updated

Purpose

The purpose of this help article is to get started using the Crusoe Command Line Interface (CLI) on Windows OS. The CLI is useful in order to get started with terraform, manage your cloud resources from a local terminal, and helpful in troubleshooting to help set up Serial Console Access. 

 

Instructions

  1.  Download and extract Windows Binary from GitHub: Release Crusoe Cloud v0.31.2 ยท crusoecloud/cli
      • Note you can also use git bash on Windows to pull the repository natively through your terminal with  'git clone' : https://git-scm.com/downloads
  2. Set Windows path to directory with crusoe.exe .  For example, 
    # setx PATH "%PATH%;C:\Path\To\crusoe_Windows_x86_64"
  3.  In new terminal session, verify path is set properly

    # echo %PATH
    # crusoe -h
     
  4. Create Access Key and Secret Key from Security tab of Crusoe Cloud Console (console.crusoecloud.com
  5. Set up Crusoe CLI with newly created API Keys
    # crusoe config set default_project <project_name>
    # crusoe config set access_key_id <access_key_id>
    # crusoe config set secret_key <secret_key>

  6. Verify CLI Authentication with crusoe whoami
    # crusoe whoami 



Additional Resources 

Installing the CLI 

Using the Serial Console

 
 
 

Related to

Was this article helpful?

0 out of 0 found this helpful

Still need help?

Our support team is ready to assist you with any questions.

Have more questions? Submit a request

Recently Viewed

Comments

0 comments

Article is closed for comments.