11export const constantCommandsToCreateStack = {
22 title : 'Create Stack' ,
3- documentation : 'https://google.com ' ,
3+ documentation : 'https://docs.zenml.io/starter-guide/stacks ' ,
44 body : [
55 {
6- text : 'you can set it active ' ,
6+ text : 'Create a pipeline ' ,
77 isCode : false ,
88 } ,
99 {
10- text : 'yarn start ' ,
10+ text : 'zenml pipeline run -c config.yaml run.py ' ,
1111 isCode : true ,
1212 } ,
1313 {
1414 text : 'yarn start' ,
15- isCode : true ,
15+ isCode : false ,
1616 } ,
1717 {
1818 text : 'yarn start' ,
@@ -34,43 +34,39 @@ export const constantCommandsToCreateStack = {
3434} ;
3535
3636export const constantCommandsToCreatePipeline = {
37- title : 'Create Pipeline' ,
38- documentation : 'https://google.com ' ,
37+ title : 'Pipeline Cheatsheet ' ,
38+ documentation : 'https://docs.zenml.io/starter-guide/pipelines ' ,
3939 body : [
4040 {
41- text : 'you can set it active ' ,
41+ text : 'Create a pipeline ' ,
4242 isCode : false ,
4343 } ,
4444 {
45- text : 'yarn start ' ,
45+ text : 'zenml pipeline run -c config.yaml run.py ' ,
4646 isCode : true ,
4747 } ,
4848 {
49- text : 'yarn start ' ,
50- isCode : true ,
49+ text : 'List Pipelines ' ,
50+ isCode : false ,
5151 } ,
5252 {
53- text : 'yarn start ' ,
53+ text : 'zenml pipeline list ' ,
5454 isCode : true ,
5555 } ,
5656 {
57- text : 'yarn start ' ,
58- isCode : true ,
57+ text : 'List pipeline runs ' ,
58+ isCode : false ,
5959 } ,
6060 {
61- text : 'yarn start ' ,
61+ text : 'zenml pipeline runs list ' ,
6262 isCode : true ,
6363 } ,
64- {
65- text : 'you can set it active' ,
66- isCode : false ,
67- } ,
6864 ] ,
6965} ;
7066
7167export const constantCommandsToCreateComponent = {
7268 // title: 'Create Pipeline',
73- documentation : 'https://google.com ' ,
69+ documentation : 'https://docs.zenml.io/starter-guide/stacks/stacks-components ' ,
7470 componentCommand : {
7571 type : 'alerter' ,
7672 body : [
0 commit comments