Skip to content

Proposal: man command #4

@trakhimenok

Description

@trakhimenok

Display object information in terminal

Examples of usage:

  • datatug man dbo.Users@AdventureWorks@DEV - e.g. show Users table info in "dbo" schema of AdventureWorks database in DEV environment.
  • datatug man dbo.Users@AdventureWorks@localhost:1433 - e.g. show Users table info in "dbo" schema of AdventureWorks database in at localhost:1433 server.

Consider reverse path as: env/server => schema => object. Could be good for code completion. E.g.:

  • datatug man DEV.AdventureWorks.dbo.Users - e.g. show Users table info in "dbo" schema of AdventureWorks database in DEV environment.
  • datatug man localhost:1433.AdventureWorks.dbo.Users - e.g. show Users table info in "dbo" schema of AdventureWorks database in at localhost:1433 server.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions