lmondeil.cli.gremlin 0.1.1

dotnet tool install --global lmondeil.cli.gremlin --version 0.1.1
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local lmondeil.cli.gremlin --version 0.1.1
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=lmondeil.cli.gremlin&version=0.1.1
                    
nuke :add-package lmondeil.cli.gremlin --version 0.1.1
                    

Introduction

This project is a CLI application enabling Cosmos DB gremlin interactions.

Quick start

PS:> lmgremlin settings set account-name my-account-name PS:> lmgremlin settings set account-key my-account-key PS:> lmgremlin settings set collection my-collection PS:> lmgremlin settings set database my-database PS:> lmgremlin select "g.V()"

Commands


    lmgremlin

Usage: lmgremlin [command] [options]

Options: -?|-h|--help Show help information.

Commands: push select request seed settings show-full-help

Run 'lmgremlin [command] -?|-h|--help' for more information about a command.


    show-full-help

Usage: lmgremlin show-full-help [options]

Options: -?|-h|--help Show help information.


    settings

Usage: lmgremlin settings [command] [options]

Options: -?|-h|--help Show help information.

Commands: delete set show switchto

Run 'settings [command] -?|-h|--help' for more information about a command.


    show

Usage: lmgremlin settings show [options]

Options: -?|-h|--help Show help information.


    switchto

Usage: lmgremlin settings switchto [options] <Environment>

Arguments: Environment

Options: -?|-h|--help Show help information.


    set

Usage: lmgremlin settings set [command] [options]

Options: -?|-h|--help Show help information.

Commands: account-key account-name collection database

Run 'set [command] -?|-h|--help' for more information about a command.


    account-name

Usage: lmgremlin settings set account-name [options] <AccountName> <Environment>

Arguments: AccountName Environment

Options: -?|-h|--help Show help information.


    account-key

Usage: lmgremlin settings set account-key [options] <AccountKey> <Environment>

Arguments: AccountKey Environment

Options: -?|-h|--help Show help information.


    database

Usage: lmgremlin settings set database [options] <Database> <Environment>

Arguments: Database Environment

Options: -?|-h|--help Show help information.


    collection

Usage: lmgremlin settings set collection [options] <Collection> <Environment>

Arguments: Collection Environment

Options: -?|-h|--help Show help information.


    delete

Usage: lmgremlin settings delete [options] <Environment>

Arguments: Environment

Options: -?|-h|--help Show help information.


    seed

Usage: lmgremlin seed [options] <Label> <FileName>

Arguments: Label FileName

Options: -?|-h|--help Show help information.


    push

Usage: lmgremlin push [options] <Label> <Json>

Arguments: Label Json

Options: -?|-h|--help Show help information.


    request

Usage: lmgremlin request [options] <Request>

Arguments: Request

Options: -?|-h|--help Show help information.


    select

Usage: lmgremlin select [options] <Query>

Arguments: Query

Options: -?|-h|--help Show help information.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.