File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -19,5 +19,3 @@ sample/
19
19
# IntelliJ IDEs
20
20
.idea /
21
21
22
- # LambdaCron config
23
- config /
Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ from a file or a set of tasks in a directory.
235
235
Parameters:
236
236
237
237
* **--task-file (-t)**: File that contains a task definition.
238
- * **--task-directory (-d)**: Directory with a set of files with tasks definitions.
238
+ * **--task-directory (-d)**: Directory with a set of files with taqsks definitions.
239
239
240
240
241
241
## Tasks
@@ -377,9 +377,10 @@ Create your first environment (called 'test') with default settings:
377
377
$ bin/lambda-cron create --environment=test --create-bucket
378
378
```
379
379
380
- If you want to set some custom settings create the setting file:
380
+ If you want to set some custom settings create the setting file in the home
381
+ directory of the user is running the tool.
381
382
382
- * config/cli .yml
383
+ * ~ /lambdacron .yml
383
384
384
385
For help:
385
386
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ def get_project_root_directory():
10
10
11
11
12
12
def get_cli_config_file_path ():
13
- return os .path .join ( get_project_root_directory (), 'config/cli .yml' )
13
+ return os .path .abspath ( '~/.lambdacron .yml' )
14
14
15
15
16
16
def get_jsonschema_file_path ():
You can’t perform that action at this time.
0 commit comments