pepr 0.21.1 → 0.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +13 -3
- package/codecov.yaml +19 -0
- package/dist/cli.js +118 -46
- package/dist/controller.js +1 -1
- package/dist/lib/assets/deploy.d.ts +1 -1
- package/dist/lib/assets/deploy.d.ts.map +1 -1
- package/dist/lib/assets/index.d.ts +1 -1
- package/dist/lib/assets/index.d.ts.map +1 -1
- package/dist/lib/assets/pods.d.ts +18 -0
- package/dist/lib/assets/pods.d.ts.map +1 -1
- package/dist/lib/helpers.d.ts +2 -0
- package/dist/lib/helpers.d.ts.map +1 -1
- package/package.json +9 -7
- package/src/lib/assets/deploy.ts +22 -22
- package/src/lib/assets/index.ts +2 -2
- package/src/lib/assets/pods.ts +36 -0
- package/src/lib/helpers.ts +42 -0
- package/website/.linkinator.config.json +0 -8
- package/website/.markdownlint.json +0 -6
- package/website/.prettierignore +0 -12
- package/website/LICENSE +0 -201
- package/website/README.md +0 -50
- package/website/archetypes/default.md +0 -6
- package/website/assets/img/Pepr.Horizontal.white.svg +0 -144
- package/website/assets/img/doug.svg +0 -345
- package/website/assets/img/pepr.svg +0 -212
- package/website/assets/scss/_styles_project.scss +0 -7
- package/website/assets/scss/_variables_project.scss +0 -1
- package/website/content/en/docs/OnSchedule.md +0 -86
- package/website/content/en/docs/_index.md +0 -9
- package/website/content/en/docs/cli.md +0 -83
- package/website/content/en/docs/codeSample.txt +0 -31
- package/website/content/en/docs/concepts.md +0 -238
- package/website/content/en/docs/customresources.md +0 -167
- package/website/content/en/docs/diagrams.txt +0 -18
- package/website/content/en/docs/metrics.md +0 -113
- package/website/content/en/docs/rbac.md +0 -153
- package/website/content/en/docs/store.md +0 -48
- package/website/content/en/docs/webassembly.md +0 -189
- package/website/go.mod +0 -8
- package/website/go.sum +0 -4
- package/website/package-lock.json +0 -3907
- package/website/package.json +0 -30
- package/website/renovate.json +0 -16
- package/website/static/favicons/android-144x144.png +0 -0
- package/website/static/favicons/android-192x192.png +0 -0
- package/website/static/favicons/android-36x36.png +0 -0
- package/website/static/favicons/android-48x48.png +0 -0
- package/website/static/favicons/android-72x72.png +0 -0
- package/website/static/favicons/android-96x96.png +0 -0
- package/website/static/favicons/android-chrome-192x192.png +0 -0
- package/website/static/favicons/android-chrome-512x512.png +0 -0
- package/website/static/favicons/android-chrome-maskable-192x192.png +0 -0
- package/website/static/favicons/android-chrome-maskable-512x512.png +0 -0
- package/website/static/favicons/apple-touch-icon-180x180.png +0 -0
- package/website/static/favicons/apple-touch-icon.png +0 -0
- package/website/static/favicons/favicon-16x16.png +0 -0
- package/website/static/favicons/favicon-32x32.png +0 -0
- package/website/static/favicons/favicon.ico +0 -0
- package/website/static/img/how-to-use.png +0 -0
package/website/package.json
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "pepr-docs",
|
|
3
|
-
"version": "1.0.0",
|
|
4
|
-
"description": "Pepr Documentation",
|
|
5
|
-
"license": "Apache 2.0",
|
|
6
|
-
"author": "Defense Unicorns",
|
|
7
|
-
"scripts": {
|
|
8
|
-
"build": "hugo",
|
|
9
|
-
"build:production": "npm run _hugo -- --minify",
|
|
10
|
-
"clean": "rm -Rf public resources && hugo mod clean",
|
|
11
|
-
"format:toml": "taplo format '**/**/*.toml'",
|
|
12
|
-
"link-check": "npm run build && linkinator ./public --config .linkinator.config.json ",
|
|
13
|
-
"lint": "markdownlint ./content/**/*.md --ignore node_modules",
|
|
14
|
-
"lint:fix": "markdownlint -f ./content/**/*.md ./docs/**/*.md --ignore node_modules",
|
|
15
|
-
"lint:toml": "taplo lint '**/**/*.toml'",
|
|
16
|
-
"start": "npm run clean && hugo serve",
|
|
17
|
-
"test": "npm run clean && npm run lint && npm run link-check",
|
|
18
|
-
"update": "hugo mod get -u ./... && hugo mod tidy && npx npm-check-updates -u && npm install"
|
|
19
|
-
},
|
|
20
|
-
"devDependencies": {
|
|
21
|
-
"@fontsource/roboto": "^5.0.8",
|
|
22
|
-
"@taplo/cli": "^0.5.2",
|
|
23
|
-
"autoprefixer": "^10.4.16",
|
|
24
|
-
"hugo-extended": "^0.119.0",
|
|
25
|
-
"linkinator": "^5.0.2",
|
|
26
|
-
"markdownlint-cli": "0.37.0",
|
|
27
|
-
"postcss-cli": "^10.1.0",
|
|
28
|
-
"prettier": "^3.0.3"
|
|
29
|
-
}
|
|
30
|
-
}
|
package/website/renovate.json
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
3
|
-
"extends": [
|
|
4
|
-
"config:base",
|
|
5
|
-
":disableDependencyDashboard",
|
|
6
|
-
"group:allNonMajor"
|
|
7
|
-
],
|
|
8
|
-
"packageRules": [
|
|
9
|
-
{
|
|
10
|
-
"matchDepTypes": [
|
|
11
|
-
"devDependencies"
|
|
12
|
-
],
|
|
13
|
-
"automerge": true
|
|
14
|
-
}
|
|
15
|
-
]
|
|
16
|
-
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|