Commit graph

28 commits

Author SHA1 Message Date
Jacob M-G Evans
002bb083fa
Update README.md
Co-authored-by: lrapoport-cf <107272160+lrapoport-cf@users.noreply.github.com>
2023-08-07 14:42:06 -05:00
Jacob M-G Evans
42c609b2d6
included README update 2023-08-07 14:29:10 -05:00
Jacob M-G Evans
74a9b9885f
Update README to remove v1 suggestions/examples 2023-08-07 13:18:56 -05:00
Jacob M-G Evans
edb2a58814
feat: rewrite Wrangler Action in TypeScript
* Removes dependencies such as Docker, decreasing spin-up time
* Adds community-requested features, including bulk secrets API utilization from Wrangler
* Fixes CI/CD
* Adds testing
* Improves command implementation
* Begins using Node for the Action engine/runner
* Openly discusses all changes with the community
  GitHub Discussions opened and Issues monitored

BREAKING CHANGES:
* Docker is no longer a dependency
* Wrangler v1 is no longer supported

Additional related Internal tickets:
Major Version Default: https://jira.cfdata.org/browse/DEVX-632
Rewrite Project: DEVX-804,802,800,632
2023-08-07 13:05:09 -05:00
Daniel Walsh
3d1979ca8e Support wrangler2 - v2.0.0 2022-05-09 11:49:03 +01:00
Jason Schrader
a33b48c9fe
Update README.md release version
This change updates the release version for cloudflare/wrangler-action in all examples from `1.2.0` to `1.3.0`.

It also corrects a typo on the last example changing `TOML` to `YAML` based on the code below it.
2020-11-13 07:56:23 -07:00
Kristian Freeman
60c377d0bf
Merge pull request #42 from Indigenuity/master
Suggest workflow_dispatch for manual deploys
2020-09-16 12:46:23 -05:00
Hector Dearman
8df5ab90b3
Update Readme to reference v1.3.0
The readme mentions v1.2.0 but some of the commands (for example publish)
are only present in v1.3.0. Update readme to use v1.3.0 instead.
2020-09-11 22:05:51 +01:00
JD Kemsley
f4e53e2753 Suggest workflow_dispatch for manual deploys 2020-09-11 12:53:43 -05:00
Joslin, Brady W (Brady)
bc7b76075d update explanation of publish option 2020-08-11 22:53:34 -05:00
Joslin, Brady W (Brady)
176cda2c0e add ability to skip publish 2020-08-11 22:46:42 -05:00
Joslin, Brady W (Brady)
93b9408aec pre-post-commands 2020-08-07 16:36:37 -05:00
Brady Joslin
c511ea2eb5
Update README.md 2020-06-27 10:38:37 -05:00
Kristian Freeman
21f14faa06 Bump version in README 2020-06-22 10:32:48 -05:00
Joslin, Brady W (Brady)
3123fc538b add secrets publishing 2020-06-15 23:09:55 -05:00
Mike Coutermarsh
8dd9410702
Improvements to the readme
Setting checkout to V2 and fixing the environment link
2020-04-04 20:57:36 -07:00
Kristian Freeman
9e7e2ec6db It's wrangler-action 1.1.0! 📡
- Support `apiToken` as an authentication method
  - Deprecates `apiKey` and `email`, making them optional parameters and encouraging `apiToken` usage in build logs
- Support `wranglerVersion` for installing a specific Wrangler version for your build
- Per #7, support for `workingDirectory` to run `wrangler-action` in a specific directory in your repo
- Adds a test Workers project under the `test` directory. This is used in the repo's new set of workflows (see below)
- Adds a GitHub Action workflow that:
  - Lints `entrypoint.sh` to ensure that the shell script looks correct
  - Runs the action with various config options to ensure future pushes don't introduce regressions
2019-12-09 11:13:30 -06:00
Frank Shotwell
bc0254d9f8 Add workingDirectory option for publishing a subdirectory 2019-11-07 13:15:49 -08:00
Hugo Romano
6b4d853121
naming convention to CF_ 2019-10-27 19:48:39 +00:00
Hugo Romano
b190740662
changed secrets naming 2019-10-27 01:37:10 +01:00
Adam Schwartz
d5240e236f
recommend adding name to action 2019-10-24 18:31:04 -04:00
Kristian Freeman
e9594b6880 Release version 1.0 2019-10-24 09:19:53 -05:00
Kristian Freeman
051abafa82 Update README with use cases 2019-10-17 16:29:40 -05:00
Kristian Freeman
599ff4dc4b Update README, better output on missing secret 2019-10-15 16:13:22 -05:00
Kristian Freeman
4d919731a7 Finish a thought 2019-10-14 15:58:48 -05:00
Kristian Freeman
1df1baa8d6 toml -> yaml in README 2019-10-14 15:58:01 -05:00
Kristian Freeman
7278e6c6b8 Add README, licenses 2019-10-14 15:54:13 -05:00
Kristian Freeman
94b86fb506 Initial commit 2019-10-07 14:50:33 -05:00