stackmate
  • Guides
    • Getting started
    • What is stackmate
    • Installation
    • Output files
  • Configuration
    • Configuration File
      • state
      • environments
      • provider
      • region
    • Application Services
    • Database services
    • Cache Services
    • Object storage
  • Commands
    • stackmate preview
    • stackmate deploy
    • stackmate destroy
  • How to
    • Use your own VPC on AWS
    • Handle SSL failures for AWS
  • Appendix
    • License
Powered by GitBook
On this page
  • Installation as a global package through NPM
  • Installation as a global package through Yarn
  • Direct usage through NPX

Was this helpful?

  1. Guides

Installation

PreviousWhat is stackmateNextOutput files

Last updated 1 year ago

Was this helpful?

If you need to make stackmate instantly available to your team's workflow without having to install anything, perhaps you should check our version. We offer a trial of 7 days and no credit card is required.

Installing stackmate is a simple, straight forward process where all you need is an npm client such as npm itself or yarn

Installation as a global package through NPM

You can install stackmate through NPM by using the following command:

npm install -g @stackmate/stackmate

Installation as a global package through Yarn

Same for yarn:

yarn global add @stackmate/stackmate

Direct usage through NPX

We recommend that you install stackmate globally, however if you don't want to or if you just wanna give it a quick spin, feel free to run the package directly through npx using the following command:

npx @stackmate/stackmate [preview / deploy ...] <environment> [...options]

Throughout the course of this documentation, we will assume that the package is globally available in the system and we'll be using stackmate as our executable

Cloud