Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Using SDK 4.2 with CLI

ANSWERED

When creating a fitbit project through CLI it automatically builds for SDK 5.0. Is there a way to specify it to build for SDK 4.2 instead?

Best Answer
1 BEST ANSWER

Accepted Solutions

Yeah, you can use this command:

 

npx create-fitbit-app --sdk-version 4.2.0 my-new-app

View best answer in original post

Best Answer
2 REPLIES 2

Yeah, you can use this command:

 

npx create-fitbit-app --sdk-version 4.2.0 my-new-app
Best Answer

Brilliant, worked. Thanks @JonFitbit 

Best Answer
0 Votes