summaryrefslogtreecommitdiffstats
path: root/api/cli_test.go
Commit message (Collapse)AuthorAgeFilesLines
* EE: PLT-3747 Add create_channel to command line (#3760)enahum2016-08-121-0/+28
| | | | | | | | * PLT-3747 Add create_channel command line * Added tests * Set as EE feature
* PLT-1465 Added password requirements (#3489)David Lu2016-07-061-2/+2
| | | | | | | | | | * Added password requirements * added tweaks * fixed error code * removed http.StatusNotAcceptable
* PLT-2863 adding remove user from team (#3429)Corey Hulen2016-07-061-0/+37
| | | | | | | | | | | | | | * PLT-2863 adding remove user from team * PLT-2863 adding the client side UI * Fixing trailing space * Fixing reported issues * Adding documentatino * Switching to final javascript driver
* PLT-3512 adding join/leave channel to the CLI (#3498)Corey Hulen2016-07-061-0/+169
| | | | | | | | | | | | | | * PLT-3512 adding join/leave channel to the CLI * PLT-3512 adding list channels to the CLI * PLT-3512 adding restore channel * Adding make run-cli command * Updating txt * Fixing txt purposed by PMs
* PLT-2707 Adding option to show DM list from all of server (#2871)Corey Hulen2016-05-041-2/+2
| | | | | | * PLT-2707 Adding option to show DM list from all of server * Fixing loc
* Fix CLI to make -team_name optional or not required. I also added a ↵Corey Hulen2016-04-271-0/+185
-join_team cmd. (#2804) * Fixing CLI and adding unit tests * Adding the upgrade_db_30 to the help text * Adding the upgrade_db_30 to the help text * Adding the upgrade_db_30 to the help text * Fixing CLI tests * Fixing typo