Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: 📝 add warning message in fleek-cli overview #168

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
6 changes: 5 additions & 1 deletion docs/fleek-cli/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ date: "1"

![](imgs/fleekcli.png)

!!! warning

We’ve upgraded! The deprecated Fleek CLI is now part of our all-new Fleek Platform CLI, which brings enhanced performance, new features, and broader support for all your development needs. Head to https://www.npmjs.com/package/@fleek-platform/cli to get started, or visit https://fleek.xyz/docs to learn even more.

The Fleek CLI is a command line interface that allows you to interact and control Fleek suite of tools and products. Currently, you can access to our **hosting** products, or retrieve an API key to authenticate yourself when using the [Fleek Storage JS](https://docs.fleek.co/storage/fleek-storage-js/). It is in active development, and we will continue to add the rest of our suite's tools in the future.

### **Deployment Location**
Expand Down Expand Up @@ -190,4 +194,4 @@ To list objects within a bucket, run:

`aws --endpoint-url https://storageapi2.fleek.co s3 ls s3://my-bucket`

Instead of storageapi2.fleek.co you can also use your bucket-specific URL 'https://[bucketName].s3.fleek.co/' (e.g.https://flk-team-bucket.s3.fleek.co/' ). The bucket option is still in alpha and might present issues for larger files.
Instead of storageapi2.fleek.co you can also use your bucket-specific URL 'https://[bucketName].s3.fleek.co/' (e.g.https://flk-team-bucket.s3.fleek.co/' ). The bucket option is still in alpha and might present issues for larger files.