Skip to content

Commit 204e8c8

Browse files
feat(cli): New seeds CLI commands (#571)
* New seeds CLI commands Added several new seed commands to CLI, added CSV support * fix(tests): Cleanup tests * fix(tests): Cleanup tests * Multithreading, etc Implemented multithreaded delete operations, fixed doc strings, fixed by when using Censys ASM exported CSV files, added --verbose to all commands * Usage for new ASM CLI commands Also provided links to CLI command docs for each command. * Replace command bug fix Replace labeled seeds was adding the label to the seeds being added, which made the backend API mad. Fixed test to detect, then fixed bug. * Auto-detect cvs If file provided by name and --csv not specified, but file is .csv, treat it as CSV. * Delete fix Delete should prefer value to ID if both are present (esp when recycling CSVs that have been output / edited and then later used as a delete source with potentially invalid IDs). * chore: Cleanup --------- Co-authored-by: Aidan Holland <aidan@censys.com>
1 parent f77cc8c commit 204e8c8

File tree

6 files changed

+1459
-63
lines changed

6 files changed

+1459
-63
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ repos:
5555
language: system
5656
types: [python]
5757
require_serial: true
58-
- id: system
59-
name: update autocomplete
60-
entry: bash scripts/update_autocomplete.sh
61-
pass_filenames: false
62-
language: system
63-
types: []
58+
# - id: system
59+
# name: update autocomplete
60+
# entry: bash scripts/update_autocomplete.sh
61+
# pass_filenames: false
62+
# language: system
63+
# types: []

0 commit comments

Comments
 (0)