diff --git a/docs/docs/fctl/partials/_install_binary.mdx b/docs/docs/fctl/partials/_install_binary.mdx index a4f986d89e..094012a9b3 100644 --- a/docs/docs/fctl/partials/_install_binary.mdx +++ b/docs/docs/fctl/partials/_install_binary.mdx @@ -9,7 +9,7 @@ Binaries for fctl are available for Linux, macOS, and Windows. You can download ```shell # You can use either amd64 for x86_64 or arm64 for ARM -ARCH="amd64"; curl -L -o fctl.tar.gz "https://github.com/formancehq/stack/releases/download/components%2Ffctl%2Fv0.8.2/fctl_linux-$ARCH.tar.gz" \ +ARCH="amd64"; curl -L -o fctl.tar.gz "https://github.com/formancehq/stack/releases/download/components%2Ffctl%2Fv0.11.6/fctl_linux-$ARCH.tar.gz" \ && tar -xvf fctl.tar.gz \ && sudo mv fctl /usr/local/bin \ && chmod +x /usr/local/bin/fctl \ @@ -22,7 +22,7 @@ ARCH="amd64"; curl -L -o fctl.tar.gz "https://github.com/formancehq/stack/releas ```shell # You can use either amd64 for x86_64 or arm64 for ARM -ARCH="amd64"; curl -L -o fctl.tar.gz "https://github.com/formancehq/stack/releases/download/components%2Ffctl%2Fv0.8.2/fctl_darwin-$ARCH.tar.gz" \ +ARCH="amd64"; curl -L -o fctl.tar.gz "https://github.com/formancehq/stack/releases/download/components%2Ffctl%2Fv0.11.6/fctl_darwin-$ARCH.tar.gz" \ && tar -xvf fctl.tar.gz \ && sudo mv fctl /usr/local/bin \ && chmod +x /usr/local/bin/fctl \ diff --git a/docs/docs/guides/newSandbox.mdx b/docs/docs/guides/newSandbox.mdx index 074296bea5..934907bdc3 100644 --- a/docs/docs/guides/newSandbox.mdx +++ b/docs/docs/guides/newSandbox.mdx @@ -7,7 +7,7 @@ import Install from '../fctl/partials/_install.mdx'; The fastest way to get started with Formance Platform is to create a sandbox on Formance Cloud. Sandboxes are free, fully functional Formance Platform instances that you can use to design and develop your applications. Sandboxes are available to all users. :::caution -Sandbox environments are not suitable for production use, and intended testing purposes only. Data persistence is not guaranteed, and data may be lost at any time without prior notice. They also enter a sleep mode after a prolonged period of inactivity, which can result in a longer startup time. If you need a production-ready managed cloud environment, please checkout the [Production Cloud](/cloud/production) section. +Sandbox environments are not suitable for production use, and intended testing purposes only. Data persistence is not guaranteed, and data may be lost at any time without prior notice. They also enter a sleep mode after a prolonged period of inactivity, which can result in a longer startup time. If you need a production-ready managed cloud environment, please checkout the [Production Cloud](/deployment/introduction) section. :::