Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5c5aa3c

Browse files
committed
Add page for CLI
Added page for CLI, and updated menu navigation and other topics
1 parent40f6951 commit5c5aa3c

File tree

6 files changed

+63
-61
lines changed

6 files changed

+63
-61
lines changed

‎_data/nav.yml‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,8 @@
507507
url:"/git-sources"
508508
-title:Download/upgrade GitOps CLI
509509
url:"/upgrade-gitops-cli"
510-
510+
-title:CLI
511+
url:"/cli"
511512

512513
-title:Administration
513514
url:"/administration"

‎_docs/installation/behind-the-firewall.md‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ redirect_from:
66
-/docs/administration/behind-the-firewall/
77
-/docs/enterprise/behind-the-firewall/
88
toc:true
9-
109
---
1110

1211
As described in[installation options]({{site.baseurl}}/docs/installation/installation-options/), Codefresh offers Runner and GitOps options for hybrid installations.

‎_docs/installation/cli.md‎

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title:"CLI"
3+
description:"Run Codefresh pipelines in your own secure infrastructure"
4+
group:installation
5+
toc:true
6+
---
7+
8+
Codefresh has two different CLIs, one for Codefresh pipelines, and one for Codefresh GitOps.
9+
10+
**Codefresh CLI**
11+
Interact with Codefresh through the CLI and:
12+
* Perform any UI operation
13+
* Create complex automation from your local machine
14+
* Create and run pipelines for complex use cases using the CLI within pipeline steps
15+
16+
For installation instructions and CLI commands, see the[CLI documentation](https://codefresh-io.github.io/cli/getting-started/){:target="\_blank"}.
17+
<br />
18+
19+
**GitOps CLI**
20+
The GitOps CLI is required to install GitOps runtimes and to keep updated with the latest and exciting features. It is important to have the latest CLI release as several new features are available only with the latest release. Upgrade is easy as the GitOps CLI automatically checks its own version and prints a banner if there is a newer one.
21+
For details, see[Download/Upgrade the GitOps CLI]({{site.baseurl}}docs/installation/cli/).

‎_docs/integrations/argocd.md‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ Before you can use Codefresh and ArgoCD together, you need to connect your ArgoC
2424
max-width="100%"
2525
%}
2626

27-
<!--- Important:
28-
Codefresh has a-->
27+
2928

3029
##Set up ArgoCD integration in Codefresh
3130

‎_docs/new-codefresh/doc-changes.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title:"Docsite changes"
3-
description:"NewCodefreshexperience"
3+
description:"Unified documentation forCodefreshpipelines and GitOps"
44
toc:true
55
---
66

‎_docs/new-codefresh/menu-navigation.md‎

Lines changed: 38 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toc: true
66

77
Get up to speed with navigation enhancements in the new Codefresh experience.
88

9-
##CodefreshClassic > New navigation
9+
##Classic > New navigation
1010

1111
We added a new**Settings** icon to the toolbar to simplify account-level management for Codefresh administrators.
1212
With the Settings icon always available, you have_single-click access_ to account-level options and settings whenever you need.
@@ -37,7 +37,7 @@ table {
3737
}
3838

3939
td,th {
40-
border-bottom:1pxsolid#dddddd;
40+
border-bottom:1pxsolid#dddddd!important;
4141
border-top:none;
4242
text-align:left;
4343
padding:8px;
@@ -57,56 +57,38 @@ tr {
5757

5858
<table>
5959
<tr>
60-
<th colspan="2">CLASSIC</th>
61-
<th></th>
62-
<th colspan="1">NEW CODEFRESH</th>
63-
</tr>
64-
<tr>
60+
<th colspan="4">CLASSIC > NEW</th>
6561
</tr>
6662

67-
<tr>
68-
<th>Category</th>
69-
<th></th>
70-
<th>Menu item</th>
71-
<th></th>
72-
<th>Menu item</th>
73-
</tr>
74-
7563
<tr>
7664
<td><b>AVATAR</b></td>
7765
<td>></td>
7866
<td><b>Account Settings</b></td>
79-
<td></td>
80-
<td>(Moved to) Settings</td>
81-
<td></td>
67+
<td>Moved to Settings icon in toolbar</td>
8268
</tr>
8369
<tr>
8470
<td></td>
8571
<td></td>
8672
<td><b>User Management</b></td>
87-
<td></td>
88-
<td>(Moved to) Settings</td>
73+
<td>Moved to Settings icon in toolbar</td>
8974
</tr>
9075
<tr>
9176
<td></td>
9277
<td></td>
9378
<td><b>Billing</b></td>
94-
<td> </td>
95-
<td>(Moved to) Settings</td>
79+
<td>Moved to Settings icon in toolbar</td>
9680
</tr>
9781
<tr>
9882
<td></td>
9983
<td></td>
10084
<td><b>User Settings</b></td>
101-
<td></td>
10285
<td>No change</td>
10386
</tr>
10487
<tr>
10588
<td></td>
10689
<td></td>
10790
<td><b>Git Personal Access Token</b></td>
108-
<td>New menu item</td>
109-
<td></td>
91+
<td>New item</td>
11092
</tr>
11193
</table>
11294

@@ -150,9 +132,7 @@ tr {
150132

151133
<table>
152134
<tr>
153-
<th colspan="2">CLASSIC</th>
154-
<th></th>
155-
<th colspan="1">NEW CODEFRESH</th>
135+
<th colspan="4">CLASSIC to NEW</th>
156136
</tr>
157137
<tr>
158138
</tr>
@@ -167,22 +147,19 @@ tr {
167147
<td><b>GENERAL</b></td>
168148
<td>></td>
169149
<td><b>Account Settings</b></td>
170-
<td>Moved to Settings</td>
171-
<td></td>
150+
<td>Moved to Settings icon in toolbar</td>
172151
</tr>
173152
<tr>
174153
<td></td>
175154
<td></td>
176155
<td><b>Account Information</b></td>
177156
<td>Renamed as Organization Information</td>
178-
<td></td>
179157
</tr>
180158
<tr>
181159
<td></td>
182160
<td></td>
183161
<td><b>Users & Teams</b></td>
184162
<td>Moved to ACCESS & COLLABORATION</td>
185-
<td></td>
186163
</tr>
187164
<tr>
188165
<td></td>
@@ -207,7 +184,7 @@ tr {
207184
<td></td>
208185
<td></td>
209186
<td><b>GitOps Integrations</b></td>
210-
<td>Newmenuitem</td>
187+
<td>New item</td>
211188
</tr>
212189
<tr>
213190
<td></td>
@@ -271,12 +248,17 @@ tr {
271248
<td></td>
272249
</tr>
273250
<tr>
251+
<td><b>RUNTIMES</b></td>
252+
<td>></td>
274253
<td></td>
275-
<td></td>
276-
<td></td>
277-
<td><b>RUNTIMES</b> New category<br>New menu item GitOps Runtimes</td>
254+
<td>New category</td>
278255
</tr>
279-
256+
<tr>
257+
<td></td>
258+
<td>></td>
259+
<td><b>GitOps Runtimes</b></td>
260+
<td>New item</td>
261+
</tr>
280262
</table>
281263

282264
{:/}
@@ -384,7 +366,7 @@ tr {
384366
<td></td>
385367
<td></td>
386368
<td><b>GitOps Apps</b></td>
387-
<td>Newmenuitem</td>
369+
<td>New item</td>
388370
</tr>
389371
<tr>
390372
<td></td>
@@ -445,7 +427,7 @@ tr {
445427
<td><b>SETTINGS</b></td>
446428
<td>></td>
447429
<td><b>Account Settings</b></td>
448-
<td>Moved to Settings(Gearicon) in toolbar</td>
430+
<td>Moved to Settings icon in toolbar</td>
449431
</tr>
450432
<tr>
451433
<td></td>
@@ -522,14 +504,14 @@ tr {
522504
<td></td>
523505
<td><b>User Management</b></td>
524506
<td></td>
525-
<td>(Moved to) Settings</td>
507+
<td>Moved to Settings icon in toolbar</td>
526508
</tr>
527509
<tr>
528510
<td></td>
529511
<td></td>
530512
<td><b>Billing</b></td>
531513
<td> </td>
532-
<td>(Moved to) Settings</td>
514+
<td>Moved to Settings icon in toolbar</td>
533515
</tr>
534516
<tr>
535517
<td></td>
@@ -542,7 +524,7 @@ tr {
542524
<td></td>
543525
<td></td>
544526
<td><b>Git Personal Access Token</b></td>
545-
<td>Newmenuitem</td>
527+
<td>New item</td>
546528
<td></td>
547529
</tr>
548530
</table>
@@ -625,7 +607,7 @@ tr {
625607
<td></td>
626608
<td></td>
627609
<td><b>Usage</b></td>
628-
<td>Newmenuitem</td>
610+
<td>New item</td>
629611
</tr>
630612
<tr>
631613
<td>ACCESS & COLLABORATION</td>
@@ -655,7 +637,7 @@ tr {
655637
<td></td>
656638
<td></td>
657639
<td><b>Pipeline Integrations</b></td>
658-
<td>Newmenuitem</td>
640+
<td>New item</td>
659641
</tr>
660642
<tr>
661643
<td></td>
@@ -667,13 +649,13 @@ tr {
667649
<td></td>
668650
<td></td>
669651
<td><b>Pipeline Settings</b></td>
670-
<td>Newmenuitem</td>
652+
<td>New item</td>
671653
</tr>
672654
<tr>
673655
<td></td>
674656
<td></td>
675657
<td><b>Shared Configuration</b></td>
676-
<td>Newmenuitem</td>
658+
<td>New item</td>
677659
</tr>
678660
<tr>
679661
<td></td>
@@ -761,25 +743,25 @@ tr {
761743
<td></td>
762744
<td></td>
763745
<td><b>Projects</b></td>
764-
<td>Newmenuitem</td>
746+
<td>New item</td>
765747
</tr>
766748
<tr>
767749
<td></td>
768750
<td></td>
769751
<td><b>Pipelines</b></td>
770-
<td>Newmenuitem</td>
752+
<td>New item</td>
771753
</tr>
772754
<tr>
773755
<td></td>
774756
<td></td>
775757
<td><b>Builds</b></td>
776-
<td>Newmenuitem</td>
758+
<td>New item</td>
777759
</tr>
778760
<tr>
779761
<td></td>
780762
<td></td>
781763
<td><b>Steps</b></td>
782-
<td>Newmenuitem</td>
764+
<td>New item</td>
783765
</tr>
784766
<tr>
785767
<td><b>OPS</b></td>
@@ -803,27 +785,27 @@ tr {
803785
<td></td>
804786
<td></td>
805787
<td><b>Helm Boards</b></td>
806-
<td>Newmenuitem</td>
788+
<td>New item</td>
807789
</tr>
808790
<tr>
809791
<td></td>
810792
<td></td>
811793
<td><b>Kubernetes Services</b></td>
812-
<td>Newmenuitem</td>
794+
<td>New item</td>
813795

814796
</tr>
815797
<tr>
816798
<td></td>
817799
<td></td>
818800
<td><b>Helm Releases</b></td>
819-
<td>Newmenuitem</td>
801+
<td>New item</td>
820802
</tr>
821803

822804
<tr>
823805
<td></td>
824806
<td></td>
825807
<td><b>Environments</b></td>
826-
<td>Newmenuitem</td>
808+
<td>New item</td>
827809
</tr>
828810
<tr>
829811
<td><b>ARTIFACTS</b></td>
@@ -841,13 +823,13 @@ tr {
841823
<td></td>
842824
<td></td>
843825
<td><b>Helm Charts</b></td>
844-
<td>Newmenuitem</td>
826+
<td>New item</td>
845827
</tr>
846828
<tr>
847829
<td></td>
848830
<td></td>
849831
<td><b>Compositions</b></td>
850-
<td>Newmenuitem</td>
832+
<td>New item</td>
851833
</tr>
852834
</table>
853835

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp