forked from projectriff/projectriff.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare for 0.5.x snapshots (projectriff#144)
Fixes projectriff#142
- Loading branch information
Showing
68 changed files
with
4,523 additions
and
2 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,41 @@ | ||
--- | ||
id: v0.3 | ||
title: riff v0.3.x | ||
sidebar_label: v0.3.x | ||
--- | ||
|
||
<style> | ||
.mainContainer { | ||
-webkit-animation: hideonload 2s; | ||
-moz-animation: hideonload 2s; | ||
-ms-animation: hideonload 2s; | ||
-o-animation: hideonload 2s; | ||
animation: hideonload 2s; | ||
} | ||
@keyframes hideonload { | ||
from { opacity: 0; } | ||
to { opacity: 1; } | ||
} | ||
@-moz-keyframes hideonload { | ||
from { opacity: 0; } | ||
to { opacity: 1; } | ||
} | ||
@-webkit-keyframes hideonload { | ||
from { opacity: 0; } | ||
to { opacity: 1; } | ||
} | ||
@-ms-keyframes hideonload { | ||
from { opacity: 0; } | ||
to { opacity: 1; } | ||
} | ||
@-o-keyframes hideonload { | ||
from { opacity: 0; } | ||
to { opacity: 1; } | ||
} | ||
</style> | ||
|
||
[Get started with riff v0.3.x](../../v0.3/getting-started.md) | ||
|
||
<script type="text/javascript"> | ||
window.location.href = '/docs/v0.3/getting-started'; | ||
</script> |
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,42 @@ | ||
--- | ||
id: v0.4 | ||
title: riff v0.4.x | ||
sidebar_label: v0.4.x | ||
--- | ||
|
||
<style> | ||
.mainContainer { | ||
-webkit-animation: hideonload 2s; | ||
-moz-animation: hideonload 2s; | ||
-ms-animation: hideonload 2s; | ||
-o-animation: hideonload 2s; | ||
animation: hideonload 2s; | ||
} | ||
@keyframes hideonload { | ||
from { opacity: 0; } | ||
to { opacity: 1; } | ||
} | ||
@-moz-keyframes hideonload { | ||
from { opacity: 0; } | ||
to { opacity: 1; } | ||
} | ||
@-webkit-keyframes hideonload { | ||
from { opacity: 0; } | ||
to { opacity: 1; } | ||
} | ||
@-ms-keyframes hideonload { | ||
from { opacity: 0; } | ||
to { opacity: 1; } | ||
} | ||
@-o-keyframes hideonload { | ||
from { opacity: 0; } | ||
to { opacity: 1; } | ||
} | ||
</style> | ||
|
||
[Get started with riff v0.4.x](../../v0.4/getting-started.md) | ||
|
||
<script type="text/javascript"> | ||
window.location.href = '/docs/v0.4/getting-started'; | ||
</script> | ||
|
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,42 @@ | ||
--- | ||
id: v0.5 | ||
title: riff v0.5.x | ||
sidebar_label: v0.5.x (snaphots) | ||
--- | ||
|
||
<style> | ||
.mainContainer { | ||
-webkit-animation: hideonload 2s; | ||
-moz-animation: hideonload 2s; | ||
-ms-animation: hideonload 2s; | ||
-o-animation: hideonload 2s; | ||
animation: hideonload 2s; | ||
} | ||
@keyframes hideonload { | ||
from { opacity: 0; } | ||
to { opacity: 1; } | ||
} | ||
@-moz-keyframes hideonload { | ||
from { opacity: 0; } | ||
to { opacity: 1; } | ||
} | ||
@-webkit-keyframes hideonload { | ||
from { opacity: 0; } | ||
to { opacity: 1; } | ||
} | ||
@-ms-keyframes hideonload { | ||
from { opacity: 0; } | ||
to { opacity: 1; } | ||
} | ||
@-o-keyframes hideonload { | ||
from { opacity: 0; } | ||
to { opacity: 1; } | ||
} | ||
</style> | ||
|
||
[Get started with riff v0.5.x](../../v0.5/getting-started.md) | ||
|
||
<script type="text/javascript"> | ||
window.location.href = '/docs/v0.5/getting-started'; | ||
</script> | ||
|
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,41 @@ | ||
--- | ||
id: v0.3 | ||
title: riff v0.3.x | ||
sidebar_label: v0.3.x | ||
--- | ||
|
||
<style> | ||
.mainContainer { | ||
-webkit-animation: hideonload 2s; | ||
-moz-animation: hideonload 2s; | ||
-ms-animation: hideonload 2s; | ||
-o-animation: hideonload 2s; | ||
animation: hideonload 2s; | ||
} | ||
@keyframes hideonload { | ||
from { opacity: 0; } | ||
to { opacity: 1; } | ||
} | ||
@-moz-keyframes hideonload { | ||
from { opacity: 0; } | ||
to { opacity: 1; } | ||
} | ||
@-webkit-keyframes hideonload { | ||
from { opacity: 0; } | ||
to { opacity: 1; } | ||
} | ||
@-ms-keyframes hideonload { | ||
from { opacity: 0; } | ||
to { opacity: 1; } | ||
} | ||
@-o-keyframes hideonload { | ||
from { opacity: 0; } | ||
to { opacity: 1; } | ||
} | ||
</style> | ||
|
||
[Get started with riff v0.3.x](../../v0.3/getting-started.md) | ||
|
||
<script type="text/javascript"> | ||
window.location.href = '/docs/v0.3/getting-started'; | ||
</script> |
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,42 @@ | ||
--- | ||
id: v0.4 | ||
title: riff v0.4.x | ||
sidebar_label: v0.4.x | ||
--- | ||
|
||
<style> | ||
.mainContainer { | ||
-webkit-animation: hideonload 2s; | ||
-moz-animation: hideonload 2s; | ||
-ms-animation: hideonload 2s; | ||
-o-animation: hideonload 2s; | ||
animation: hideonload 2s; | ||
} | ||
@keyframes hideonload { | ||
from { opacity: 0; } | ||
to { opacity: 1; } | ||
} | ||
@-moz-keyframes hideonload { | ||
from { opacity: 0; } | ||
to { opacity: 1; } | ||
} | ||
@-webkit-keyframes hideonload { | ||
from { opacity: 0; } | ||
to { opacity: 1; } | ||
} | ||
@-ms-keyframes hideonload { | ||
from { opacity: 0; } | ||
to { opacity: 1; } | ||
} | ||
@-o-keyframes hideonload { | ||
from { opacity: 0; } | ||
to { opacity: 1; } | ||
} | ||
</style> | ||
|
||
[Get started with riff v0.4.x](../../v0.4/getting-started.md) | ||
|
||
<script type="text/javascript"> | ||
window.location.href = '/docs/v0.4/getting-started'; | ||
</script> | ||
|
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,42 @@ | ||
--- | ||
id: v0.5 | ||
title: riff v0.5.x | ||
sidebar_label: v0.5.x (snaphots) | ||
--- | ||
|
||
<style> | ||
.mainContainer { | ||
-webkit-animation: hideonload 2s; | ||
-moz-animation: hideonload 2s; | ||
-ms-animation: hideonload 2s; | ||
-o-animation: hideonload 2s; | ||
animation: hideonload 2s; | ||
} | ||
@keyframes hideonload { | ||
from { opacity: 0; } | ||
to { opacity: 1; } | ||
} | ||
@-moz-keyframes hideonload { | ||
from { opacity: 0; } | ||
to { opacity: 1; } | ||
} | ||
@-webkit-keyframes hideonload { | ||
from { opacity: 0; } | ||
to { opacity: 1; } | ||
} | ||
@-ms-keyframes hideonload { | ||
from { opacity: 0; } | ||
to { opacity: 1; } | ||
} | ||
@-o-keyframes hideonload { | ||
from { opacity: 0; } | ||
to { opacity: 1; } | ||
} | ||
</style> | ||
|
||
[Get started with riff v0.5.x](../../v0.5/getting-started.md) | ||
|
||
<script type="text/javascript"> | ||
window.location.href = '/docs/v0.5/getting-started'; | ||
</script> | ||
|
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,42 @@ | ||
--- | ||
id: v0.5 | ||
title: riff v0.5.x | ||
sidebar_label: v0.5.x | ||
--- | ||
|
||
<style> | ||
.mainContainer { | ||
-webkit-animation: hideonload 2s; | ||
-moz-animation: hideonload 2s; | ||
-ms-animation: hideonload 2s; | ||
-o-animation: hideonload 2s; | ||
animation: hideonload 2s; | ||
} | ||
@keyframes hideonload { | ||
from { opacity: 0; } | ||
to { opacity: 1; } | ||
} | ||
@-moz-keyframes hideonload { | ||
from { opacity: 0; } | ||
to { opacity: 1; } | ||
} | ||
@-webkit-keyframes hideonload { | ||
from { opacity: 0; } | ||
to { opacity: 1; } | ||
} | ||
@-ms-keyframes hideonload { | ||
from { opacity: 0; } | ||
to { opacity: 1; } | ||
} | ||
@-o-keyframes hideonload { | ||
from { opacity: 0; } | ||
to { opacity: 1; } | ||
} | ||
</style> | ||
|
||
[Get started with riff v0.5.x](./v0.5/getting-started.md) | ||
|
||
<script type="text/javascript"> | ||
window.location.href = '/docs/v0.5/getting-started'; | ||
</script> | ||
|
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,41 @@ | ||
--- | ||
id: cli | ||
title: CLI | ||
sidebar_label: CLI | ||
--- | ||
|
||
<style> | ||
.mainContainer { | ||
-webkit-animation: hideonload 2s; | ||
-moz-animation: hideonload 2s; | ||
-ms-animation: hideonload 2s; | ||
-o-animation: hideonload 2s; | ||
animation: hideonload 2s; | ||
} | ||
@keyframes hideonload { | ||
from { opacity: 0; } | ||
to { opacity: 1; } | ||
} | ||
@-moz-keyframes hideonload { | ||
from { opacity: 0; } | ||
to { opacity: 1; } | ||
} | ||
@-webkit-keyframes hideonload { | ||
from { opacity: 0; } | ||
to { opacity: 1; } | ||
} | ||
@-ms-keyframes hideonload { | ||
from { opacity: 0; } | ||
to { opacity: 1; } | ||
} | ||
@-o-keyframes hideonload { | ||
from { opacity: 0; } | ||
to { opacity: 1; } | ||
} | ||
</style> | ||
|
||
[riff CLI](./cli/riff.md) | ||
|
||
<script type="text/javascript"> | ||
window.location.href = '/docs/v0.5/cli/riff'; | ||
</script> |
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,50 @@ | ||
--- | ||
id: riff | ||
title: "riff" | ||
--- | ||
## riff | ||
|
||
riff is for functions | ||
|
||
### Synopsis | ||
|
||
The riff CLI combines with the projectriff system CRDs to build, run and wire | ||
workloads (functions, applications and containers). The CRDs provide the riff | ||
API of which this CLI is a client. | ||
|
||
Before running riff, please install the projectriff system and its dependencies. | ||
See https://projectriff.io/docs/getting-started/ | ||
|
||
The application, function and container commands define build plans and the | ||
credential commands to authenticate builds to container registries. | ||
|
||
Runtimes provide ways to execute the workloads. Different runtimes provide | ||
alternate execution models and capabilities. | ||
|
||
The core runtime uses core Kubernetes resources like Deployment and Service to | ||
expose the workload over HTTP. | ||
|
||
The Knative runtime uses Knative Serving to expose the workload over HTTP with | ||
zero-to-n autoscaling and managed ingress. | ||
|
||
### Options | ||
|
||
``` | ||
--config file config file (default is $HOME/.riff.yaml) | ||
-h, --help help for riff | ||
--kube-config file kubectl config file (default is $HOME/.kube/config) | ||
--no-color disable color output in terminals | ||
--version display CLI version | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [riff application](riff_application.md) - applications built from source using application buildpacks | ||
* [riff completion](riff_completion.md) - generate shell completion script | ||
* [riff container](riff_container.md) - containers resolve the latest image | ||
* [riff core](riff_core.md) - core runtime for riff workloads | ||
* [riff credential](riff_credential.md) - credentials for container registries | ||
* [riff doctor](riff_doctor.md) - check riff's requirements are installed | ||
* [riff function](riff_function.md) - functions built from source using function buildpacks | ||
* [riff knative](riff_knative.md) - Knative runtime for riff workloads | ||
|
Oops, something went wrong.