-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move the internal build scripts to the fastly.toml manifest (#640)
* bump go-fastly * remove deprecated toolchain_version * reword Scripts description * add ToolchainValidator type * fix merge conflict 1 * fix tests * go 1.18 * fix conflict of regions in run_test * fix conflict with run_test output needing to be deleted * remove other redundant fields * skip windows running tests that use a subprocess * pass manifest reference so file can be updated with default build script * bad rebase put this back in * add missing public type comment * suggested edits * fix tests * notifier for patched manifest * address Andrew's requested changes * fix some bugs after manual testing a deployment * fix test to work in ci where there is didn't rust version * fix test for windows platform * rename variable * document how examples are added to devhub * rename method
- Loading branch information
1 parent
e856f47
commit b294e4c
Showing
35 changed files
with
1,634 additions
and
7,141 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
## Documentation | ||
|
||
The help output from the Fastly CLI is consumed by the Fastly Developer Hub to produce online documentation: https://developer.fastly.com/reference/cli/ | ||
|
||
Part of the documentation is to provide additional usage examples and links to APIs used by the CLI commands (example: https://developer.fastly.com/reference/cli/backend/create/#examples). | ||
|
||
These examples and API references are defined in [`pkg/app/metadata.json`](./pkg/app/metadata.json). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.