Skip to content

Commit

Permalink
release v1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
motymichaely committed Dec 10, 2023
1 parent cbbd661 commit 1771021
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ create a job on Cron To Go
USAGE
$ heroku cron:jobs:create -a <value> [-r <value>] [--json] [--nickname <value>] [--schedule <value>] [--timezone
<value>] [--command <value>] [--dyno
Eco|Basic|Standard-1X|Standartd-2X|Performance-M|Performance-L|Private-S|Private-M|Private-L] [--timeout <value>]
Eco|Basic|Standard-1X|Standard-2X|Performance-M|Performance-L|Private-S|Private-M|Private-L] [--timeout <value>]
[--state enabled|paused] [--retries <value>]
FLAGS
Expand All @@ -162,7 +162,7 @@ FLAGS
present in your apps's Procfile
--dyno=<option> size of the one-off dyno
<options:
Eco|Basic|Standard-1X|Standartd-2X|Performance-M|Performance-L|Private-S|Private-M|Private-L>
Eco|Basic|Standard-1X|Standard-2X|Performance-M|Performance-L|Private-S|Private-M|Private-L>
--json return the results as JSON
--nickname=<value> nickname of the job. Leave blank to use the job command
--retries=<value> number of attempts to make to run a job using the exponential back-off procedure
Expand Down Expand Up @@ -478,7 +478,7 @@ update a job on Cron To Go
USAGE
$ heroku cron:jobs:update [JOB] -a <value> [-r <value>] [--json] [--nickname <value>] [--schedule <value>]
[--timezone <value>] [--command <value>] [--dyno
Eco|Basic|Standard-1X|Standartd-2X|Performance-M|Performance-L|Private-S|Private-M|Private-L] [--timeout <value>]
Eco|Basic|Standard-1X|Standard-2X|Performance-M|Performance-L|Private-S|Private-M|Private-L] [--timeout <value>]
[--state enabled|paused] [--retries <value>]
ARGUMENTS
Expand All @@ -491,7 +491,7 @@ FLAGS
present in your apps's Procfile
--dyno=<option> size of the one-off dyno
<options:
Eco|Basic|Standard-1X|Standartd-2X|Performance-M|Performance-L|Private-S|Private-M|Private-L>
Eco|Basic|Standard-1X|Standard-2X|Performance-M|Performance-L|Private-S|Private-M|Private-L>
--json return the results as JSON
--nickname=<value> nickname of the job. Leave blank to use the job command
--retries=<value> number of attempts to make to run a job using the exponential back-off procedure
Expand Down

0 comments on commit 1771021

Please sign in to comment.