# Install the CLI globally
C:\Users\matt\project npm install -g
# Install project npm packages
C:\Users\matt\project npm install
# Push local changes to the live server
C:\Users\matt\project nukebase push
# Pull live server changes to your local machine
C:\Users\matt\project nukebase pull