Dotnet CLI Komutları
  • Giriş
  • Genel Komutlar
    • dotnet
    • dotnet help
    • dotnet sdk check
  • Yüklü Proje Şablonları ile Proje Oluşturma Komutları
    • dotnet new sln
    • dotnet new classlib
    • dotnet new console
    • dotnet new web
    • dotnet new mvc
    • dotnet new webapi
    • dotnet new react
    • dotnet new angular
    • dotnet new grpc
    • dotnet new nunit
    • dotnet new xunit
    • dotnet new mstest
    • dotnet new gitignore
    • dotnet new globaljson
  • Proje Şablon İşlemleri için Komutlar
    • dotnet new list
    • dotnet new search
    • dotnet new install
    • dotnet new uninstall
    • dotnet new update
  • Proje Genel İşlemler için Komutlar
    • dotnet build
    • dotnet clean
    • dotnet publish
    • dotnet run
  • Çözüm (Solution) İşlemleri için Komutlar
    • dotnet sln add
    • dotnet sln remove
    • dotnet sln list
  • Proje Paket İşlemleri Komutları
    • dotnet add package
    • dotnet remove package
    • dotnet list package
  • Projeler Arası Referans Tanımlama Komutları
    • dotnet add reference
    • dotnet remove reference
    • dotnet list reference
  • Proje Sertifika Komutları
    • dotnet dev-certs https
  • Proje Test Komutları
    • dotnet test
  • Dotnet Araçları Genel Komutları
    • dotnet tool list
    • dotnet tool run
    • dotnet tool search
    • dotnet tool install
    • dotnet tool uninstall
    • dotnet tool update
  • Dotnet Code Generator Komutları
    • dotnet aspnet-codegenerator area
    • dotnet aspnet-codegenerator controller
    • dotnet aspnet-codegenerator view
  • Entity Framework Core Migrasyon Komutları
    • dotnet ef migrations add
    • dotnet ef migrations bundle
    • dotnet ef migrations list
    • dotnet ef migrations remove
    • dotnet ef migrations script
  • Entity Framework Core Veritabanı Komutları
    • dotnet ef database update
    • dotnet ef database drop
  • Entity Framework Core DbContext Komutları
    • dotnet ef dbcontext info
    • dotnet ef dbcontext list
    • dotnet ef dbcontext optimize
    • dotnet ef dbcontext scaffold
    • dotnet ef dbcontext script
Powered by GitBook
On this page
  • dotnet tool search --help
  • dotnet tool search <search_term> --detail
  1. Dotnet Araçları Genel Komutları

dotnet tool search

dotnet tool search --help

eg@debian:~$ dotnet tool search --help
Description:
  Search dotnet tools in nuget.org

Usage:
  dotnet tool search <Search Term> [options]

Arguments:
  <Search Term>  Search term from package id or package description. Require at least one character.

Options:
  --detail        Show detail result of the query.
  --skip <Skip>   The number of results to skip, for pagination.
  --take <Take>   The number of results to return, for pagination.
  --prerelease    determining whether to include pre-release packages.
  -?, -h, --help  Show command line help.

dotnet tool search <search_term> --detail

eg@debian:~$ dotnet tool search Microsoft.EntityFrameworkCore --detail
----------------
dotnet-ef
Latest Version: 7.0.10
Authors: Microsoft
Tags: Entity, Framework, Core, entity-framework-core, EF, Data, O/RM, EntityFramework, EntityFrameworkCore, EFCore
Downloads: 29809993
Verified: True
Description: Entity Framework Core Tools for the .NET Command-Line Interface.

Enables these commonly used dotnet-ef commands:
dotnet ef migrations add
dotnet ef migrations list
dotnet ef migrations script
dotnet ef dbcontext info
dotnet ef dbcontext scaffold
dotnet ef database drop
dotnet ef database update
Versions: 
        2.1.0 Downloads: 29198
        2.1.1 Downloads: 5672
        2.1.2 Downloads: 2042
        2.1.3 Downloads: 2123
        2.1.4 Downloads: 12711
        2.1.8 Downloads: 1936
        2.1.11 Downloads: 4617
        2.1.14 Downloads: 13772
        2.2.0 Downloads: 23773
        2.2.1 Downloads: 3255
        2.2.2 Downloads: 3486
        2.2.3 Downloads: 3126
        2.2.6 Downloads: 63851
        3.0.0 Downloads: 500083
        3.0.1 Downloads: 22914
        3.0.2 Downloads: 3582
        3.0.3 Downloads: 6419
        3.1.0 Downloads: 452748
        3.1.1 Downloads: 477840
        3.1.2 Downloads: 325309
        3.1.3 Downloads: 483802
        3.1.4 Downloads: 279419
        3.1.5 Downloads: 295260
        3.1.6 Downloads: 306721
        3.1.7 Downloads: 288397
        3.1.8 Downloads: 350976
        3.1.9 Downloads: 307226
        3.1.10 Downloads: 106436
        3.1.11 Downloads: 27715
        3.1.12 Downloads: 40229
        3.1.13 Downloads: 27851
        3.1.14 Downloads: 32416
        3.1.15 Downloads: 10924
        3.1.16 Downloads: 17569
        3.1.17 Downloads: 18961
        3.1.18 Downloads: 18799
        3.1.19 Downloads: 11001
        3.1.20 Downloads: 6611
        3.1.21 Downloads: 13896
        3.1.22 Downloads: 18858
        3.1.23 Downloads: 5730
        3.1.24 Downloads: 3359
        3.1.25 Downloads: 6058
        3.1.26 Downloads: 19735
        3.1.27 Downloads: 11692
        3.1.28 Downloads: 11814
        3.1.29 Downloads: 5931
        3.1.30 Downloads: 5697
        3.1.31 Downloads: 5154
        3.1.32 Downloads: 28069
        5.0.0 Downloads: 429171
        5.0.1 Downloads: 316960
        5.0.2 Downloads: 297770
        5.0.3 Downloads: 350054
        5.0.4 Downloads: 277716
        5.0.5 Downloads: 437811
        5.0.6 Downloads: 397711
        5.0.7 Downloads: 404307
        5.0.8 Downloads: 338564
        5.0.9 Downloads: 400833
        5.0.10 Downloads: 383652
        5.0.11 Downloads: 374505
        5.0.12 Downloads: 44190
        5.0.13 Downloads: 28374
        5.0.14 Downloads: 10464
        5.0.15 Downloads: 11972
        5.0.16 Downloads: 12849
        5.0.17 Downloads: 112478
        6.0.0 Downloads: 745763
        6.0.1 Downloads: 829745
        6.0.2 Downloads: 496022
        6.0.3 Downloads: 670268
        6.0.4 Downloads: 571029
        6.0.5 Downloads: 1344594
        6.0.6 Downloads: 974592
        6.0.7 Downloads: 1021931
        6.0.8 Downloads: 1359635
        6.0.9 Downloads: 923841
        6.0.10 Downloads: 940803
        6.0.11 Downloads: 143642
        6.0.12 Downloads: 55626
        6.0.13 Downloads: 79512
        6.0.14 Downloads: 59288
        6.0.15 Downloads: 46981
        6.0.16 Downloads: 70503
        6.0.18 Downloads: 13484
        6.0.19 Downloads: 18824
        6.0.20 Downloads: 22479
        6.0.21 Downloads: 13802
        7.0.0 Downloads: 1139191
        7.0.1 Downloads: 704305
        7.0.2 Downloads: 1184748
        7.0.3 Downloads: 1011538
        7.0.4 Downloads: 881331
        7.0.5 Downloads: 2190753
        7.0.7 Downloads: 375490
        7.0.8 Downloads: 649701
        7.0.9 Downloads: 996261
        7.0.10 Downloads: 768869
Previousdotnet tool runNextdotnet tool install

Last updated 1 year ago