README.md in codily-0.2.0 vs README.md in codily-0.3.0

- old
+ new

@@ -25,11 +25,12 @@ -v, --version -f, --file PATH file to apply, or file path to save exported file (default to ./codily.rb on applying) -t, --target REGEXP Filter services by name to apply or export. -n, --dry-run Just displays the oprerations that would be performed, without actually running them. -D, --debug Debug mode - -V, --target-version SVC_VER Choose version to export (format= service_name:version) This option can be used multiple time. + -A, --activate Activate after apply + -V, --target-version SVC_VER Choose version to export (format= service_name:version) This option can be used multiple time.. ``` ``` codily --help @@ -37,9 +38,10 @@ codily --export --target my-service codily --export --target my-service --target-version my-service:42 codily --export --file ./codily.rb codily --apply --file ./codily.rb +codily --apply --file ./codily.rb --activate codily --apply --file ./codily.rb --dry-run codily --apply --file ./codily.rb --target my-service ``` You have to set api key in environment variable `FASTLY_API_KEY`