Windows
courier
is available via scoop. To install courier
run:
scoop bucket add blutui https://github.com/blutui/bucket-courier.git
scoop install blutui/courier
Git is required to install scoop buckets
Create a Courier token
Before using Courier, you need to generate a Blutui access token. Follow these steps:
- In your Agency Console, click on your avatar in the top-right corner and choose
Edit my profile
. - Go to the
Apps
section in the sidebar. - Click
Create token
on the right, under the "Access tokens" section. - Name your token, e.g., "Work MacBook".
- Set the token type to "Courier". Required permissions for Courier will be automatically selected.
- Click Create token. Your Courier token will be displayed. Copy and store it securely, as it will only be shown this one time.
Using your Courier token
- Create a new
token.txt
file with your access token.
- Log in to Courier using your token file:
courier login --token < token.txt
- Remember to delete the
token.txt
file once you have successfully logged into Courier.
Once configured, you're ready to start pushing and pulling projects.
Complete the getting started guide and learn how to start building your first project.
Upgrade on Windows
To upgrade to the latest version of courier
, run:
scoop update courier