Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
fasltly 12.0.0
fasltly 12.1.0
rust 1.90.0
nodejs 24.7.0
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ brew install fastly/tap/fastly
fastly version
```

:warning: fastly cli version should be at least v11.3.0
:warning: fastly cli version should be at least v12.1.0

#### Create profile and follow interactive prompt for pasting your API Token created earlier:
```sh
Expand All @@ -67,6 +67,16 @@ asdf install rust $(grep '^rust ' .tool-versions | awk '{print $2}')
asdf reshim
```

### NodeJS

#### Install NodeJS with asdf
```sh
brew install asdf
asdf plugin add nodejs
asdf install nodejs $(grep '^nodejs ' .tool-versions | awk '{print $2}')
asdf reshim
```

#### Fix path for Bash

Edit ~/.bash_profile to add path for asdf shims:
Expand Down