Skip to content

Commit

Permalink
Replace version in mdx files
Browse files Browse the repository at this point in the history
  • Loading branch information
feloy committed Jan 25, 2023
1 parent a3f4065 commit 49f562c
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $ odo init --devfile nodejs-react --name my-nr-app
__
/ \__ Initializing a new component
\__/ \
/ \__/ odo version: v3.5.0
/ \__/ odo version: v3.6.0
\__/

✓ Downloading devfile "nodejs-react" [3s]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $ odo init --name my-spring-app --devfile java-springboot --devfile-registry Def
__
/ \__ Initializing a new component
\__/ \
/ \__/ odo version: v3.5.0
/ \__/ odo version: v3.6.0
\__/

✓ Downloading devfile "java-springboot" from registry "DefaultDevfileRegistry" [4s]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $ odo init --devfile-path https://registry.devfile.io/devfiles/nodejs-angular --
__
/ \__ Initializing a new component
\__/ \
/ \__/ odo version: v3.5.0
/ \__/ odo version: v3.6.0
\__/

✓ Downloading devfile from "https://registry.devfile.io/devfiles/nodejs-angular" [1s]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $ odo init
__
/ \__ Initializing a new component
\__/ \ Files: Source code detected, a Devfile will be determined based upon source code autodetection
/ \__/ odo version: v3.5.0
/ \__/ odo version: v3.6.0
\__/

Interactive mode enabled, please answer the following questions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $ odo init
__
/ \__ Initializing a new component
\__/ \ Files: No source code detected, a starter project will be created in the current directory
/ \__/ odo version: v3.5.0
/ \__/ odo version: v3.6.0
\__/

Interactive mode enabled, please answer the following questions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $ odo init --devfile go --name my-go-app --devfile-version latest
__
/ \__ Initializing a new component
\__/ \
/ \__/ odo version: v3.5.0
/ \__/ odo version: v3.6.0
\__/

✓ Downloading devfile "go:latest" [4s]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $ odo init --devfile go --name my-go-app --devfile-version 2.0.0
__
/ \__ Initializing a new component
\__/ \
/ \__/ odo version: v3.5.0
/ \__/ odo version: v3.6.0
\__/

✓ Downloading devfile "go:2.0.0" [3s]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $ odo deploy
__
/ \__ Deploying the application using my-dotnet-app Devfile
\__/ \ Namespace: odo-dev
/ \__/ odo version: v3.5.0
/ \__/ odo version: v3.6.0
\__/

↪ Building & Pushing Container: quay.io/MYUSERNAME/dotnet-odo-example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $ odo deploy
__
/ \__ Deploying the application using my-go-app Devfile
\__/ \ Namespace: odo-dev
/ \__/ odo version: v3.5.0
/ \__/ odo version: v3.6.0
\__/

↪ Building & Pushing Container: quay.io/MYUSERNAME/go-odo-example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $ odo deploy
__
/ \__ Deploying the application using my-java-app Devfile
\__/ \ Namespace: odo-dev
/ \__/ odo version: v3.5.0
/ \__/ odo version: v3.6.0
\__/

↪ Building & Pushing Container: quay.io/MYUSERNAME/java-odo-example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $ odo deploy
__
/ \__ Deploying the application using my-nodejs-app Devfile
\__/ \ Namespace: odo-dev
/ \__/ odo version: v3.5.0
/ \__/ odo version: v3.6.0
\__/

↪ Building & Pushing Container: quay.io/MYUSERNAME/nodejs-odo-example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $ odo dev
__
/ \__ Developing using the "my-dotnet-app" Devfile
\__/ \ Namespace: odo-dev
/ \__/ odo version: v3.5.0
/ \__/ odo version: v3.6.0
\__/

↪ Running on the cluster in Dev mode
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $ odo init
__
/ \__ Initializing a new component
\__/ \ Files: Source code detected, a Devfile will be determined based upon source code autodetection
/ \__/ odo version: v3.5.0
/ \__/ odo version: v3.6.0
\__/

Interactive mode enabled, please answer the following questions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $ odo dev
__
/ \__ Developing using the "my-go-app" Devfile
\__/ \ Namespace: odo-dev
/ \__/ odo version: v3.5.0
/ \__/ odo version: v3.6.0
\__/

↪ Running on the cluster in Dev mode
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $ odo init
__
/ \__ Initializing a new component
\__/ \ Files: Source code detected, a Devfile will be determined based upon source code autodetection
/ \__/ odo version: v3.5.0
/ \__/ odo version: v3.6.0
\__/

Interactive mode enabled, please answer the following questions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $ odo dev
__
/ \__ Developing using the "my-java-app" Devfile
\__/ \ Namespace: odo-dev
/ \__/ odo version: v3.5.0
/ \__/ odo version: v3.6.0
\__/

↪ Running on the cluster in Dev mode
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $ odo init
__
/ \__ Initializing a new component
\__/ \ Files: Source code detected, a Devfile will be determined based upon source code autodetection
/ \__/ odo version: v3.5.0
/ \__/ odo version: v3.6.0
\__/

Interactive mode enabled, please answer the following questions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $ odo dev
__
/ \__ Developing using the "my-nodejs-app" Devfile
\__/ \ Namespace: odo-dev
/ \__/ odo version: v3.5.0
/ \__/ odo version: v3.6.0
\__/

↪ Running on the cluster in Dev mode
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $ odo init
__
/ \__ Initializing a new component
\__/ \ Files: Source code detected, a Devfile will be determined based upon source code autodetection
/ \__/ odo version: v3.5.0
/ \__/ odo version: v3.6.0
\__/

Interactive mode enabled, please answer the following questions:
Expand Down

0 comments on commit 49f562c

Please sign in to comment.