Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #43 from stopal-r7/LOG-9309
Browse files Browse the repository at this point in the history
LOG-9309 removed deprecated commands and related code
  • Loading branch information
stopal-r7 authored May 29, 2017
2 parents fb55fd7 + f89b062 commit adbe1a3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 455 deletions.
11 changes: 10 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,13 @@ v0.5, 10/11/2016 -- Account usage management support.
v0.6, 13/12/2016 -- Saved query management support.
v0.7 01/02/2017 -- Log management support.
Commands now follow <action> <resource> pattern.
Deprecated old commands.
Deprecated old commands.
v1.0 29/05/2017 -- Logset management support.
Live tail support.
Api key management support.
Bug fixes/enhancements around configuration file and api url(s).
Breaking change: Removed deprecated commands: addusertoteam, adduser,
createsavedquery, createteam, deletesavedquery, deleteteam, deleteuser,
deleteuserfromteam, events, getowner, getsavedqueries, getsavedquery,
getteams, getteam, listusers, recentevents, renameteam, updatesavedquery,
usage
21 changes: 0 additions & 21 deletions lecli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
from lecli.log import commands as log_commands
from lecli.logset import commands as logset_commands
from lecli.api_key import commands as api_key_commands
from lecli import deprecated_commands


@click.group()
Expand Down Expand Up @@ -114,23 +113,3 @@ def tail():
delete.add_command(api_key_commands.delete_api_key, "apikey")

tail.add_command(query_commands.tail_events, "events")

cli.add_command(deprecated_commands.addusertoteam)
cli.add_command(deprecated_commands.adduser)
cli.add_command(deprecated_commands.createsavedquery)
cli.add_command(deprecated_commands.createteam)
cli.add_command(deprecated_commands.deletesavedquery)
cli.add_command(deprecated_commands.deleteteam)
cli.add_command(deprecated_commands.deleteuser)
cli.add_command(deprecated_commands.deleteuserfromteam)
cli.add_command(deprecated_commands.events)
cli.add_command(deprecated_commands.getowner)
cli.add_command(deprecated_commands.getsavedqueries)
cli.add_command(deprecated_commands.getsavedquery)
cli.add_command(deprecated_commands.getteams)
cli.add_command(deprecated_commands.getteam)
cli.add_command(deprecated_commands.listusers)
cli.add_command(deprecated_commands.recentevents)
cli.add_command(deprecated_commands.renameteam)
cli.add_command(deprecated_commands.updatesavedquery)
cli.add_command(deprecated_commands.usage)
227 changes: 0 additions & 227 deletions lecli/deprecated_commands.py

This file was deleted.

Loading

0 comments on commit adbe1a3

Please sign in to comment.