Skip to content

Commit 75af4dd

Browse files
authored
feat(cli): increase fish pipe length and add demo video (#170)
* fix(cli): increase fish pipe length in animation Signed-off-by: Joshua Li <joshuali925@gmail.com> * add cli demo video Signed-off-by: Joshua Li <joshuali925@gmail.com> --------- Signed-off-by: Joshua Li <joshuali925@gmail.com>
1 parent 71fe630 commit 75af4dd

File tree

2 files changed

+7
-1
lines changed
  • aws/cli-installer/src
  • docs/starlight-docs/src/content/docs/deploy

2 files changed

+7
-1
lines changed

aws/cli-installer/src/ui.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ function buildOwlFrame(frameIdx, statusText) {
519519
// Fish swimming back and forth through the pipeline
520520
const FISH_RIGHT = '><(((º>';
521521
const FISH_LEFT = '<º)))><';
522-
const PIPE_WIDTH = 36;
522+
const PIPE_WIDTH = 80;
523523

524524
function buildPipelineFrame(pos, goingRight, caption, statusText) {
525525
const fish = goingRight ? FISH_RIGHT : FISH_LEFT;

docs/starlight-docs/src/content/docs/deploy/aws.md renamed to docs/starlight-docs/src/content/docs/deploy/aws.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ bash -c "$(curl -fsSL https://raw.githubusercontent.com/opensearch-project/obser
2121

2222
Takes ~15 minutes. See [aws/cli-installer/README.md](https://github.com/opensearch-project/observability-stack/tree/main/aws/cli-installer) for full options.
2323

24+
#### Demo
25+
26+
Some loading time is cut from the video.
27+
28+
<video src="https://github.com/opensearch-project/observability-stack/releases/download/v3.6.0-alpha.1/observability-stack-aws-cli.mp4" controls></video>
29+
2430
### CDK
2531

2632
Infrastructure as code using AWS CDK. Deploys two stacks — one for the OpenSearch domain and Prometheus workspace (~17 min), one for the OSIS pipeline, dashboards, and optional demo workload (~6 min).

0 commit comments

Comments
 (0)