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

Command bar#686

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
NimRegev merged 18 commits intomasterfromcommand-bar
Jun 20, 2023
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
Show all changes
18 commits
Select commitHold shift + click to select a range
f777828
Add new topic for quick search
NimRegevMay 7, 2023
f737074
Update command-bar.md
NimRegevMay 7, 2023
0a033b3
Update nav.yml
NimRegevMay 7, 2023
fb39fda
Update command-bar.md
NimRegevMay 7, 2023
aab16e8
Update quick-search-options.png
NimRegevMay 7, 2023
ddf4564
Move quick search bucket
NimRegevMay 7, 2023
58ae296
Update command-bar.md
NimRegevMay 8, 2023
61d70c7
Add note on handshake
NimRegevMay 21, 2023
c4f1173
Update command-bar.md
NimRegevJun 19, 2023
6e3f7e1
Add enable new codefresh experience
NimRegevJun 20, 2023
50218b8
Add keyboard shortcuts for global
NimRegevJun 20, 2023
3030875
Update command-bar.md
NimRegevJun 20, 2023
41e650e
Update command-bar.md
NimRegevJun 20, 2023
2c68258
Update enable new experience
NimRegevJun 20, 2023
92c4848
Update command-bar.md
NimRegevJun 20, 2023
aaf6ef6
Update xrefs and screenshot
NimRegevJun 20, 2023
a24839a
Update enable-new-experience.md
NimRegevJun 20, 2023
99c435a
Update nav.yml
NimRegevJun 20, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion_data/home-content.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -13,7 +13,8 @@
localurl: /docs/getting-started/gitops-codefresh/
- title: Concepts in Codefresh
localurl: /docs/getting-started/concepts/

- title: Global Search & Navigation
localurl: /docs/getting-started/command-bar/

- title: Quick starts
icon: images/home-icons/tutorial.svg
Expand Down
8 changes: 6 additions & 2 deletions_data/nav.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -12,6 +12,8 @@
url: "/gitops-codefresh"
- title: Concepts in Codefresh
url: "/concepts"
- title: Global Search & Navigation
url: "/command-bar"


- title: Quick starts
Expand DownExpand Up@@ -518,7 +520,7 @@

- title: Administration
url: "/administration"
pages:
pages:
- title: Account & user management
sub-pages:
- title: Create a Codefresh account
Expand DownExpand Up@@ -600,9 +602,11 @@
- title: GitOps what's new
url: "/gitops-whats-new"

- title: NewCodefresh
- title:CodefreshNewExperience
url: "/new-codefresh"
pages:
- title: The Codefresh New Experience
url: "/enable-new-experience"
- title: Navigation quick reference
url: "/menu-navigation"
- title: Documentation changes
Expand Down
103 changes: 103 additions & 0 deletions_docs/getting-started/command-bar.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
---
title: "Global Search & Navigation"
description: "How to perform actions, search for entities, find features, and more with Global Search & Navigation"
group: getting-started
toc: true
---



Stay where you are in Codefresh and get to what you want without extra clicks! Be it navigation, actions such as switching accounts, or finding entities such as pipelines or builds, Codefresh Global Search & Navigation is your answer.





## About Global Search & Navigation

Global Search & Navigation is always available in the toolbar, displayed on the top-left.

> **TIP**:
If you don't see it, you may have to [enable the Codefresh New Experience]({{site.baseurl}}/docs/new-codefresh/enable-new-experience/#enable-the-codefresh-new-experience).

When you click the Global Search field, you can see the predefined categories to jump-start your search for **Pipelines** **Projects**, or **Documentation**.

To start the search, click a category or directly type in the first letters of what you're looking for.
Select the option or use the shortcut keys. See [Keyboard shortcuts for Global Search & Navigation](#keyboard-shortcuts-for-global-search--navigation).

>**TIP**:
The results are synced to your permissions and account settings.


{% include
image.html
lightbox="true"
file="/images/administration/command-bar/quick-search-options.png"
url="/images/administration/command-bar/quick-search-options.png"
alt="Global Search & Navigation in Codefresh"
caption="Global Search & Navigation in Codefresh"
max-width="60%"
%}


We are always adding more options, so stay tuned to our online announcements.

>**NOTE**:
>The Global Search & Navigation feature establishes an initial handshake request with the data source API on inital loading. The outcome of this request does not impact functionality, even in on-premises or air-gapped environments where it will fail.
>Although your monitoring or alerting systems may flag it as a failure, you can safely disregard the failure notification.

## Keyboard shortcuts for Global Search & Navigation

Here are a few keyboard shortcuts to work with Global Search & Navigation.

{: .table .table-bordered .table-hover}
| Navigate to | Keyboard Shortcuts |
| ---------- | -------------------------- |
| Global Search | **⌘+ K** |
| Projects | **P** then **R** |
| Builds | **B** |
| Steps | **S** then **T** |
| GitOps Apps | **A** then **P** |
| Helm Boards | **H** then **B** |
| DORA Metrics | **D** then **R** |
| Images | **I** then **M** |


## Find actions & configuration settings
In addition to quickly navigating to specific entities such as Builds and Pipelines, administrators can navigate to configuration settings such as Single Sign-On, and installation actions.

{% include
image.html
lightbox="true"
file="/images/administration/command-bar/quick-search-single-sign-on.png"
url="/images/administration/command-bar/quick-search-single-sign-on.png"
alt="Example: Finding Single Sign-On with Global Navigation & Search"
caption="Example: Finding Single Sign-On with Global Navigation & Search"
max-width="60%"
%}

## Switch accounts
Use Global Search & Navigation to switch between Codefresh accounts.
Instead of selecting the account to sign in to from your avatar, stay where you are, and use our built-in action to switch accounts.

* In the Global Search field, start typing `accounts` to get to the Switch Account action.
* Select **Switch Account**** to see the list of accounts, and then either select or use auto-complete to select the account.

{% include
image.html
lightbox="true"
file="/images/administration/command-bar/switch-account.png"
url="/images/administration/command-bar/switch-account.png"
alt="Switch accounts with Global Navigation & Search"
caption="Switch accounts with Global Navigation & Search"
max-width="60%"
%}



## Related articles
[Account and user settings]({{site.baseurl}}/docs/administration/account-user-management)
[Codefresh for CI]({{site.baseurl}}/docs/getting-started/ci-codefresh/)
[Codefresh for CD]({{site.baseurl}}/docs/getting-started/cd-codefresh/)
[Concepts in Codefresh]({{site.baseurl}}/docs/getting-started/concepts/)
[Introduction to Codefresh]({{site.baseurl}}/docs/getting-started/intro-to-codefresh/)
33 changes: 33 additions & 0 deletions_docs/new-codefresh/enable-new-experience.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
---
title: "The Codefresh New Experience"
description: "Enable the Codefresh New Experience"
toc: true
---


Unveiling the Codefresh New Experience, bringing you new navigation, features, and functionality, with seamless access to both Codefresh Pipelines and Codefresh GitOps.

Here are a few highlights:
* [Pipelines Dashboard]({{site.baseurl}}/docs/dashboards/home-dashboard/#pipelines-dashboard): Our new Home dashboard includes a dedicated Pipelines Dashboard. Easily monitor pipeline metrics and performance to gain insights and optimize pipeline definitions.
* [Images Dashboard]({{site.baseurl}}/docs/dashboards/images/): We have redesigned the Images dashboard with a new layout, grouping images by repository.
* [Global Search & Navigation]({{site.baseurl}}/docs/getting-started/command-bar/): Quickly locate specific features or functionalities while staying where you are.
* [Enhanced navigation]({{site.baseurl}}/docs/new-codefresh/menu-navigation/): Navigation options are categorized by user options (accessed by clicking your Avatar in the toolbar), account-level administration and configuration, and features and functionality.


## Enable the Codefresh New Experience
As a Codefresh admin, you can enable the Codefresh New Experience for a specific account. You also flexibility to switch back to the previous version of Codefresh at any time.

1. In the Codefresh UI, on the toolbar, click the **Settings** icon and then select **Account Settings**.
1. From General in the sidebar, select **Account Information**.
1. Click **Enable the New Experience**.

**To restore the previous version:**
1. In the Codefresh UI, on the toolbar, click the **Settings** icon and then select **Account Settings**.
1. From General in the sidebar, select **Organization Information**.
1. Scroll down to **Switch to Classic Codefresh**, and click **Return to previous version**.

## Related articles
[Codefresh for CI]({{site.baseurl}}/docs/getting-started/ci-codefresh/)
[Codefresh for CD]({{site.baseurl}}/docs/getting-started/cd-codefresh/)
[Concepts in Codefresh]({{site.baseurl}}/docs/getting-started/concepts/)
[Introduction to Codefresh]({{site.baseurl}}/docs/getting-started/intro-to-codefresh/)
View file
Open in desktop
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View file
Open in desktop
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View file
Open in desktop
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View file
Open in desktop
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View file
Open in desktop
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

[8]ページ先頭

©2009-2025 Movatter.jp