-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Generate main commands page (#360)
Generate the main commands page. Signed-off-by: Terry Howe <[email protected]>
- Loading branch information
Terry Howe
authored
Jul 9, 2024
1 parent
c15bdfe
commit f5e6c4d
Showing
4 changed files
with
30 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
#!/usr/bin/env bash | ||
|
||
echo '---' | ||
echo "title: Use the ORAS command line" | ||
echo "sidebar_position: 0" | ||
echo 'warning: Do NOT modify this generated file' | ||
echo '---' | ||
echo | ||
echo '# Use the ORAS command line' | ||
echo | ||
echo 'To list available commands, either run `oras` with no parameters or execute `oras help`:' | ||
echo | ||
echo '```' | ||
cat | ||
echo '```' | ||
echo |
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