Skip to content

Commit c9f3342

Browse files
authored
Update README.md
1 parent d1305cb commit c9f3342

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Security & Operation
22

3-
![NPM Downloads](https://img.shields.io/npm/dw/simplify-secops)
3+
![NPM Downloads](https://img.shields.io/npm/dw/simplify-security)
44
![Package Version](https://img.shields.io/github/package-json/v/simplify-framework/security?color=green)
55

66
This project aims to cover SecOps for AWS Lambda serverless first. To use this package, install it as a global comand line tool:
77

8-
`npm install -g simplify-secops`
8+
`npm install -g simplify-security`
99

1010

1111
### Define a function list in CSV format:
@@ -16,22 +16,22 @@ eu-west-1,123456789012,test-function-kms,,90,1,TRUE,FALSE
1616

1717
### Command Line Support:
1818
- Verify deployed functions against your list of definitions
19-
+ `simplify-secops -p simplify-eu verify -i functions.csv --simple`
19+
+ `simplify-security -p simplify-eu verify -i functions.csv --simple`
2020
- Record a snapshot with current state of functions
21-
+ `simplify-secops -p simplify-eu snapshot -i functions.csv -o .snapshot`
21+
+ `simplify-security -p simplify-eu snapshot -i functions.csv -o .snapshot`
2222
- Verify deployed functions with a specified snapshot date
23-
+ `simplify-secops -p simplify-eu verify -i functions.csv -b 2020-06-21`
23+
+ `simplify-security -p simplify-eu verify -i functions.csv -b 2020-06-21`
2424
- Check deployed functions and functions' parameters
25-
+ `simplify-secops -p simplify-eu check -i functions.csv`
25+
+ `simplify-security -p simplify-eu check -i functions.csv`
2626
- Patch deployed functions with functions' parameters
27-
+ `simplify-secops -p simplify-eu patch -i functions.csv`
27+
+ `simplify-security -p simplify-eu patch -i functions.csv`
2828
- Monitor deployed functions with standard simple view metrics
2929

3030
eg: options for last 12 hours with sample in every 5 mins (5*60 = 300) seconds
31-
+ `simplify-secops -p simplify-eu metric -i functions.csv -t 300 -h 12`
31+
+ `simplify-security -p simplify-eu metric -i functions.csv -t 300 -h 12`
3232

3333
eg: drawing the function data with index=1 and INVOCATIONS (1) as a timeseries chart
34-
+ `simplify-secops -p simplify-eu metric -i functions.csv -t 300 -h 12 --plot 1,1`
34+
+ `simplify-security -p simplify-eu metric -i functions.csv -t 300 -h 12 --plot 1,1`
3535

3636
2.00 ┼╮
3737
1.95 ┤│

0 commit comments

Comments
 (0)