question

DANIEL MARQUES PEREIRA avatar image
DANIEL MARQUES PEREIRA asked

How to make CLI work with Mac?

Hello, I saw that Playfab CLI works only with Windows, but I'm in a mac. How to make it work? If it's not possible, how can I migrate my game so I can have a proper test and production environments?

CloudScript
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Sarah Zhang avatar image
Sarah Zhang answered

PlayFab CLI tool only works on Windows. Currently, there is no official solution suitable for macOS. But you can find the source code in our official GitHub repository: https://github.com/PlayFab/PlayFabCLI. What really makes sense during the migration are the methods and API calls.

.NET Core solutions can be built on MacOS, please refer to this doc Build a complete .NET Core solution on macOS using Visual Studio for Mac for more. Technically, you can migrate the .net framework solution to .net core, build the solution on MacOS. It doesn't have to be a CLI tool, you can modify it according to your needs.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.