Skip to content

Commit dfcfa13

Browse files
authored
Merge pull request #199 from dropbox/dbxcli-readme-update
Update readme
2 parents bbd6ade + bbb3c35 commit dfcfa13

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
# `dbxcli`: A command line tool for Dropbox users and team admins
1+
# `dbxcli`: A command line tool for Dropbox users and team admins [UNOFFICIAL]
22

33
[![Build Status](https://travis-ci.org/dropbox/dbxcli.svg?branch=master)](https://travis-ci.org/dropbox/dbxcli)
44
[![Go Report Card](https://goreportcard.com/badge/github.com/dropbox/dbxcli)](https://goreportcard.com/report/github.com/dropbox/dbxcli)
55

6+
:warning: WARNING: This project is **NOT official**. What does this mean?
7+
8+
* There is no formal Dropbox support for this project
9+
* Bugs may or may not get fixed
10+
* Not all SDK features may be implemented and implemented features may be buggy or incorrect
11+
612
## Features
713

814
* Supports basic file operations like ls, cp, mkdir, mv (via the Files API)
@@ -110,12 +116,6 @@ Use "dbxcli team [command] --help" for more information about a command.
110116

111117
The `--verbose` option will turn on verbose logging and is useful for debugging.
112118

113-
## We need your help!
114-
115-
`dbxcli` is under active development! As you can see from the [API docs](https://www.dropbox.com/developers/documentation/http/documentation), we only support a small number of features today and have only scratched the surface of what's possible. We would love feedback from you, our users, to guide what to build next and how to improve the tool.
116-
117-
So please, file feature requests, report bugs or better yet, send us pull requests! More on contributing below.
118-
119119
## Contributing
120120

121121
* Step 1: If you're submitting a non-trivial change, please fill out the [Dropbox Contributor License Agreement](https://opensource.dropbox.com/cla/) first.

0 commit comments

Comments
 (0)