# lunalogs-cli

> LunaLOGS Logistics System

Latest version **1.0.46** (published 2021-11-24) · MIT license · 0 weekly downloads

## Install

```sh
npm install lunalogs-cli
pnpm add lunalogs-cli
yarn add lunalogs-cli
bun add lunalogs-cli
```

Provides the command `luna`.

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.46 |
| Published | 2021-11-24 |
| First published | 2020-12-19 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | >=8.0.0 |
| Dependencies | 14 |
| Unpacked size | 107.2 KB |
| Known vulnerabilities | 0 (+23 in 1 direct dependencies) |
| Install scripts | no |
| Author | Jason Lombardo |
| Maintainers | bardy18 |
| Keywords | oclif |

## Links

- npm: https://www.npmjs.com/package/lunalogs-cli
- Repository: https://github.com/bardy18/lunalogs-cli
- Issues: https://github.com/bardy18/lunalogs-cli/issues
- npm.io page: https://npm.io/package/lunalogs-cli

## Dependencies (14)

- [ora](https://npm.io/package/ora.md) ^4.0.3
- [conf](https://npm.io/package/conf.md) ^6.2.0
- [axios](https://npm.io/package/axios.md) ^0.21.0
- [chalk](https://npm.io/package/chalk.md) ^3.0.0
- [debug](https://npm.io/package/debug.md) ^4.1.1
- [tslib](https://npm.io/package/tslib.md) ^1
- [cli-ux](https://npm.io/package/cli-ux.md) ^5.5.1
- [enquirer](https://npm.io/package/enquirer.md) ^2.3.2
- [cosmiconfig](https://npm.io/package/cosmiconfig.md) ^6.0.0
- [@oclif/config](https://npm.io/package/@oclif/config.md) ^1
- [@oclif/command](https://npm.io/package/@oclif/command.md) ^1
- [update-notifier](https://npm.io/package/update-notifier.md) ^4.0.0
- [@oclif/plugin-help](https://npm.io/package/@oclif/plugin-help.md) ^2
- [@oclif/plugin-autocomplete](https://npm.io/package/@oclif/plugin-autocomplete.md) ^0.3.0

## Alternatives

- [@salesforce/cli](https://npm.io/package/@salesforce/cli.md) — 389.7K weekly downloads
- [@mintlify/cli](https://npm.io/package/@mintlify/cli.md) — 208.9K weekly downloads
- [@grafana/e2e-selectors](https://npm.io/package/@grafana/e2e-selectors.md) — 128.7K weekly downloads
- [mintlify](https://npm.io/package/mintlify.md) — 112.0K weekly downloads
- [@intlayer/cli](https://npm.io/package/@intlayer/cli.md) — 22.8K weekly downloads

## Recent versions

- 1.0.46 (latest) — 2021-11-24
- 1.0.45 — 2021-07-11
- 1.0.43 — 2021-02-13
- 1.0.42 — 2021-01-25
- 1.0.41 — 2021-01-21
- 1.0.40 — 2021-01-21
- 1.0.39 — 2021-01-20
- 1.0.38 — 2021-01-16
- 1.0.37 — 2021-01-16
- 1.0.36 — 2021-01-16
- 1.0.35 — 2021-01-06
- 1.0.34 — 2021-01-05
- 1.0.32 — 2021-01-05
- 1.0.31 — 2020-12-30
- 1.0.30 — 2020-12-28
- … 27 more at https://npm.io/package/lunalogs-cli/versions

## README

lunalogs-cli
=========

LunaLOGS Command Line Interface (CLI)

[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
[![Version](https://img.shields.io/npm/v/lunalogs-cli.svg)](https://npmjs.org/package/lunalogs-cli)
[![Downloads/week](https://img.shields.io/npm/dw/lunalogs-cli.svg)](https://npmjs.org/package/lunalogs-cli)
[![License](https://img.shields.io/npm/l/lunalogs-cli.svg)](https://github.com/bardy18/lunalogs-cli/blob/master/package.json)

<!-- toc -->
* [Usage](#usage)
* [Commands](#commands)
<!-- tocstop -->
# Usage
<!-- usage -->
```sh-session
$ npm install -g lunalogs-cli
$ luna COMMAND
running command...
$ luna (-v|--version|version)
lunalogs-cli/1.0.46 darwin-x64 node-v16.6.1
$ luna --help [COMMAND]
USAGE
  $ luna COMMAND
...
```
<!-- usagestop -->
# Commands
<!-- commands -->
* [`luna add-merchant`](#luna-add-merchant)
* [`luna add-product`](#luna-add-product)
* [`luna add-product-order`](#luna-add-product-order)
* [`luna add-supply`](#luna-add-supply)
* [`luna add-supply-order`](#luna-add-supply-order)
* [`luna add-supply-to-product`](#luna-add-supply-to-product)
* [`luna add-vendor`](#luna-add-vendor)
* [`luna autocomplete [SHELL]`](#luna-autocomplete-shell)
* [`luna combine-supply-orders`](#luna-combine-supply-orders)
* [`luna generate-supply-orders`](#luna-generate-supply-orders)
* [`luna help [COMMAND]`](#luna-help-command)
* [`luna list-merchants`](#luna-list-merchants)
* [`luna list-product-orders`](#luna-list-product-orders)
* [`luna list-products`](#luna-list-products)
* [`luna list-supplies`](#luna-list-supplies)
* [`luna list-supplies-in-product`](#luna-list-supplies-in-product)
* [`luna list-supply-orders`](#luna-list-supply-orders)
* [`luna list-vendors`](#luna-list-vendors)
* [`luna remove-merchant`](#luna-remove-merchant)
* [`luna remove-product`](#luna-remove-product)
* [`luna remove-product-order`](#luna-remove-product-order)
* [`luna remove-supply`](#luna-remove-supply)
* [`luna remove-supply-from-product`](#luna-remove-supply-from-product)
* [`luna remove-supply-order`](#luna-remove-supply-order)
* [`luna remove-vendor`](#luna-remove-vendor)
* [`luna sync-product-orders`](#luna-sync-product-orders)
* [`luna update-merchant`](#luna-update-merchant)
* [`luna update-product`](#luna-update-product)
* [`luna update-product-order`](#luna-update-product-order)
* [`luna update-supply`](#luna-update-supply)
* [`luna update-supply-order`](#luna-update-supply-order)
* [`luna update-vendor`](#luna-update-vendor)

## `luna add-merchant`

```
USAGE
  $ luna add-merchant

OPTIONS
  --merchantName=merchantName  name of new merchant

EXAMPLES
  $ luna add-merchant
  $ luna add-merchant --merchantName='John McClane'
```

_See code: [src/commands/add-merchant.ts](https://github.com/bardy18/lunalogs-cli/blob/v1.0.46/src/commands/add-merchant.ts)_

## `luna add-product`

```
USAGE
  $ luna add-product

OPTIONS
  --productName=productName  name of new product

EXAMPLES
  $ luna add-product
  $ luna add-product --productName='Quenya Box'
```

_See code: [src/commands/add-product.ts](https://github.com/bardy18/lunalogs-cli/blob/v1.0.46/src/commands/add-product.ts)_

## `luna add-product-order`

```
USAGE
  $ luna add-product-order

OPTIONS
  --merchantName=merchantName                            name of merchant where product purchased
  --merchantOrderNumber=merchantOrderNumber              order number generated by merchant for tracking
  --productName=productName                              name of product being purchased
  --productOrderAmount=productOrderAmount                total amount paid for order
  --productOrderDeliveredTime=productOrderDeliveredTime  time order was delivered
  --productOrderLocation=productOrderLocation            location where order will be delivered
  --productOrderQuantity=productOrderQuantity            quantity of product being purchased
  --productOrderShippedTime=productOrderShippedTime      time order was shipped
  --productOrderShipping=productOrderShipping            shipping paid as part of order
  --productOrderStatus=productOrderStatus                current status of order
  --productOrderTaxes=productOrderTaxes                  taxes paid as part of order

EXAMPLES
  $ luna add-product-order
  $ luna add-product-order --productName='Packing Box'
  $ luna add-product-order --productOrderQuantity='3'
  $ luna add-product-order --productOrderAmount='10'
  $ luna add-product-order --productOrderTaxes='4'
  $ luna add-product-order --productOrderShipping='3'
  $ luna add-product-order --productOrderLocation='US-MA'
  $ luna add-product-order --merchantName='Etsy'
  $ luna add-product-order --merchantOrderNumber='IG3452-23'
  $ luna add-product-order --productOrderShippedTime='2021-01-21'
  $ luna add-product-order --productOrderDeliveredTime='2021-01-25'
  $ luna add-product-order --productOrderStatus='NEW'
```

_See code: [src/commands/add-product-order.ts](https://github.com/bardy18/lunalogs-cli/blob/v1.0.46/src/commands/add-product-order.ts)_

## `luna add-supply`

```
USAGE
  $ luna add-supply

OPTIONS
  --remainingQuantity=remainingQuantity  number remaining in inventory
  --supplyName=supplyName                name of supply item
  --unitPrice=unitPrice                  price per unit
  --unitQuantity=unitQuantity            minimum supply order size
  --vendorName=vendorName                vendor who provides supply

EXAMPLES
  $ luna add-supply
  $ luna add-supply --supplyName='Packing Box'
  $ luna add-supply --vendorName='Amazon'
  $ luna add-supply --remainingQuantity='10'
  $ luna add-supply --unitQuantity='100'
  $ luna add-supply --unitPrice='56.50'
```

_See code: [src/commands/add-supply.ts](https://github.com/bardy18/lunalogs-cli/blob/v1.0.46/src/commands/add-supply.ts)_

## `luna add-supply-order`

```
USAGE
  $ luna add-supply-order

OPTIONS
  --supplyName=supplyName                            name of supply item
  --supplyOrderAmount=supplyOrderAmount              amount of order
  --supplyOrderOrderedTime=supplyOrderOrderedTime    time order was ordered
  --supplyOrderQuantity=supplyOrderQuantity          quantity of order
  --supplyOrderReceivedTime=supplyOrderReceivedTime  time order was received
  --vendorOrderNumber=vendorOrderNumber              order number generated by vendor for tracking

EXAMPLES
  $ luna add-supply-order
  $ luna add-supply-order --supplyName='Packing Box'
  $ luna add-supply-order --vendorOrderNumber='AMAZON3452-23'
  $ luna add-supply-order --supplyOrderQuantity='5'
  $ luna add-supply-order --supplyOrderAmount='56.25'
  $ luna add-supply-order --supplyOrderOrderedTime='2021-01-21 12:15:05'
  $ luna add-supply-order --supplyOrderReceivedTime='2021-01-25 11:21:13'
```

_See code: [src/commands/add-supply-order.ts](https://github.com/bardy18/lunalogs-cli/blob/v1.0.46/src/commands/add-supply-order.ts)_

## `luna add-supply-to-product`

```
USAGE
  $ luna add-supply-to-product

OPTIONS
  --productName=productName                      name of product
  --productSupplyQuantity=productSupplyQuantity  quantity needed for product
  --supplyName=supplyName                        name of supply item

EXAMPLES
  $ luna add-supply-to-product
  $ luna add-supply-to-product --productName='Quenya'
  $ luna add-supply-to-product --supplyName='Packing Box'
  $ luna add-supply-to-product --productSupplyQuantity='5'
```

_See code: [src/commands/add-supply-to-product.ts](https://github.com/bardy18/lunalogs-cli/blob/v1.0.46/src/commands/add-supply-to-product.ts)_

## `luna add-vendor`

```
USAGE
  $ luna add-vendor

OPTIONS
  --vendorName=vendorName  name of new vendor

EXAMPLES
  $ luna add-vendor
  $ luna add-vendor --vendorName='JoAnn Fabrics'
```

_See code: [src/commands/add-vendor.ts](https://github.com/bardy18/lunalogs-cli/blob/v1.0.46/src/commands/add-vendor.ts)_

## `luna autocomplete [SHELL]`

display autocomplete installation instructions

```
USAGE
  $ luna autocomplete [SHELL]

ARGUMENTS
  SHELL  shell type

OPTIONS
  -r, --refresh-cache  Refresh cache (ignores displaying instructions)

EXAMPLES
  $ luna autocomplete
  $ luna autocomplete bash
  $ luna autocomplete zsh
  $ luna autocomplete --refresh-cache
```

_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v0.3.0/src/commands/autocomplete/index.ts)_

## `luna combine-supply-orders`

```
USAGE
  $ luna combine-supply-orders

EXAMPLE
  $ luna combine-supply-orders
```

_See code: [src/commands/combine-supply-orders.ts](https://github.com/bardy18/lunalogs-cli/blob/v1.0.46/src/commands/combine-supply-orders.ts)_

## `luna generate-supply-orders`

```
USAGE
  $ luna generate-supply-orders

EXAMPLE
  $ luna generate-supply-orders
```

_See code: [src/commands/generate-supply-orders.ts](https://github.com/bardy18/lunalogs-cli/blob/v1.0.46/src/commands/generate-supply-orders.ts)_

## `luna help [COMMAND]`

display help for luna

```
USAGE
  $ luna help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI
```

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.2.3/src/commands/help.ts)_

## `luna list-merchants`

```
USAGE
  $ luna list-merchants

OPTIONS
  --filter=filter  partial merchant name for filtering

EXAMPLES
  $ luna list-merchants
  $ luna list-merchants --filter='John'
```

_See code: [src/commands/list-merchants.ts](https://github.com/bardy18/lunalogs-cli/blob/v1.0.46/src/commands/list-merchants.ts)_

## `luna list-product-orders`

```
USAGE
  $ luna list-product-orders

OPTIONS
  --after=after    shows orders placed after this date
  --before=before  shows orders placed before this date
  --filter=filter  partial merchant order number for filtering
  --status=status  shows orders with this status

EXAMPLES
  $ luna list-product-orders
  $ luna list-product-orders --status='new'
  $ luna list-product-orders --before='03/29/2020'
  $ luna list-product-orders --after='03/22/2020'
  $ luna list-product-orders --filter='IG-456'
```

_See code: [src/commands/list-product-orders.ts](https://github.com/bardy18/lunalogs-cli/blob/v1.0.46/src/commands/list-product-orders.ts)_

## `luna list-products`

```
USAGE
  $ luna list-products

OPTIONS
  --filter=filter  partial product name for filtering

EXAMPLES
  $ luna list-products
  $ luna list-products --filter='Quenya Box'
```

_See code: [src/commands/list-products.ts](https://github.com/bardy18/lunalogs-cli/blob/v1.0.46/src/commands/list-products.ts)_

## `luna list-supplies`

```
USAGE
  $ luna list-supplies

OPTIONS
  --filter=filter  partial supply name for filtering

EXAMPLES
  $ luna list-supplies
  $ luna list-supplies --filter='Box'
```

_See code: [src/commands/list-supplies.ts](https://github.com/bardy18/lunalogs-cli/blob/v1.0.46/src/commands/list-supplies.ts)_

## `luna list-supplies-in-product`

```
USAGE
  $ luna list-supplies-in-product

OPTIONS
  --productName=productName  product for which to list supplies

EXAMPLES
  $ luna list-supplies-in-product
  $ luna list-supplies-in-product --productName='Quenya'
```

_See code: [src/commands/list-supplies-in-product.ts](https://github.com/bardy18/lunalogs-cli/blob/v1.0.46/src/commands/list-supplies-in-product.ts)_

## `luna list-supply-orders`

```
USAGE
  $ luna list-supply-orders

OPTIONS
  --after=after    shows orders placed after this date
  --before=before  shows orders placed before this date
  --filter=filter  partial vendor order number for filtering
  --status=status  shows orders with this status

EXAMPLES
  $ luna list-supply-orders
  $ luna list-supply-orders --status='new'
  $ luna list-supply-orders --before='03/29/2020'
  $ luna list-supply-orders --after='03/22/2020'
  $ luna list-supply-orders --filter='AMAZON-456'
```

_See code: [src/commands/list-supply-orders.ts](https://github.com/bardy18/lunalogs-cli/blob/v1.0.46/src/commands/list-supply-orders.ts)_

## `luna list-vendors`

```
USAGE
  $ luna list-vendors

OPTIONS
  --filter=filter  partial vendor name for filtering

EXAMPLES
  $ luna list-vendors
  $ luna list-vendors --filter='JoAnn'
```

_See code: [src/commands/list-vendors.ts](https://github.com/bardy18/lunalogs-cli/blob/v1.0.46/src/commands/list-vendors.ts)_

## `luna remove-merchant`

```
USAGE
  $ luna remove-merchant

OPTIONS
  --merchantName=merchantName  name of merchant to remove

EXAMPLES
  $ luna remove-merchant
  $ luna remove-merchant --merchantName='John'
```

_See code: [src/commands/remove-merchant.ts](https://github.com/bardy18/lunalogs-cli/blob/v1.0.46/src/commands/remove-merchant.ts)_

## `luna remove-product`

```
USAGE
  $ luna remove-product

OPTIONS
  --productName=productName  name of product to remove

EXAMPLES
  $ luna remove-product
  $ luna remove-product --productName='Quenya'
```

_See code: [src/commands/remove-product.ts](https://github.com/bardy18/lunalogs-cli/blob/v1.0.46/src/commands/remove-product.ts)_

## `luna remove-product-order`

```
USAGE
  $ luna remove-product-order

OPTIONS
  --merchantOrderNumber=merchantOrderNumber  order number generated by merchant for tracking

EXAMPLES
  $ luna remove-product-order
  $ luna remove-product-order --merchantOrderNumber='IG23423'
```

_See code: [src/commands/remove-product-order.ts](https://github.com/bardy18/lunalogs-cli/blob/v1.0.46/src/commands/remove-product-order.ts)_

## `luna remove-supply`

```
USAGE
  $ luna remove-supply

OPTIONS
  --supplyName=supplyName  name of supply to remove

EXAMPLES
  $ luna remove-supply
  $ luna remove-supply --supplyName='Packing Box'
```

_See code: [src/commands/remove-supply.ts](https://github.com/bardy18/lunalogs-cli/blob/v1.0.46/src/commands/remove-supply.ts)_

## `luna remove-supply-from-product`

```
USAGE
  $ luna remove-supply-from-product

OPTIONS
  --productName=productName  name of product to remove supply
  --supplyName=supplyName    name of supply to remove

EXAMPLES
  $ luna remove-supply-from-product
  $ luna remove-supply-from-product --productName='Quenya'
  $ luna remove-supply-from-product --supplyName='Packing Box'
```

_See code: [src/commands/remove-supply-from-product.ts](https://github.com/bardy18/lunalogs-cli/blob/v1.0.46/src/commands/remove-supply-from-product.ts)_

## `luna remove-supply-order`

```
USAGE
  $ luna remove-supply-order

OPTIONS
  --vendorOrderNumber=vendorOrderNumber  order number generated by vendor for tracking

EXAMPLES
  $ luna remove-supply-order
  $ luna remove-supply-order --vendorOrderNumber='12342342'
```

_See code: [src/commands/remove-supply-order.ts](https://github.com/bardy18/lunalogs-cli/blob/v1.0.46/src/commands/remove-supply-order.ts)_

## `luna remove-vendor`

```
USAGE
  $ luna remove-vendor

OPTIONS
  --vendorName=vendorName  name of vendor to remove

EXAMPLES
  $ luna remove-vendor
  $ luna remove-vendor --vendorName='Amazon'
```

_See code: [src/commands/remove-vendor.ts](https://github.com/bardy18/lunalogs-cli/blob/v1.0.46/src/commands/remove-vendor.ts)_

## `luna sync-product-orders`

```
USAGE
  $ luna sync-product-orders

OPTIONS
  --merchantName=merchantName  name of merchant

EXAMPLES
  $ luna sync-product-orders
  $ luna sync-product-orders --merchantName='Etsy'
```

_See code: [src/commands/sync-product-orders.ts](https://github.com/bardy18/lunalogs-cli/blob/v1.0.46/src/commands/sync-product-orders.ts)_

## `luna update-merchant`

```
USAGE
  $ luna update-merchant

OPTIONS
  --merchantName=merchantName        current name of merchant
  --newMerchantName=newMerchantName  updated name of merchant

EXAMPLES
  $ luna update-merchant
  $ luna update-merchant --merchantName='JoAnn Fabrics'
  $ luna update-merchant --newMerchantName='John'
```

_See code: [src/commands/update-merchant.ts](https://github.com/bardy18/lunalogs-cli/blob/v1.0.46/src/commands/update-merchant.ts)_

## `luna update-product`

```
USAGE
  $ luna update-product

OPTIONS
  --newProductName=newProductName  updated name of product
  --productName=productName        current name of product

EXAMPLES
  $ luna update-product
  $ luna update-product --productName='JoAnn Fabrics'
  $ luna update-product --newProductName='JoAnn Fabrics'
```

_See code: [src/commands/update-product.ts](https://github.com/bardy18/lunalogs-cli/blob/v1.0.46/src/commands/update-product.ts)_

## `luna update-product-order`

```
USAGE
  $ luna update-product-order

OPTIONS
  --merchantOrderNumber=merchantOrderNumber              merchant order tracking number
  --productOrderAmount=productOrderAmount                total amount paid for order
  --productOrderDeliveredTime=productOrderDeliveredTime  time order was delivered
  --productOrderLocation=productOrderLocation            location where order will be delivered
  --productOrderQuantity=productOrderQuantity            quantity of product being purchased
  --productOrderShippedTime=productOrderShippedTime      time order was shipped
  --productOrderShipping=productOrderShipping            shipping paid as part of order
  --productOrderStatus=productOrderStatus                updated status of order
  --productOrderTaxes=productOrderTaxes                  taxes paid as part of order

EXAMPLES
  $ luna update-product-order
  $ luna update-product-order --merchantOrderNumber='2'
  $ luna update-product-order --productOrderStatus='RECEIVED'
  $ luna update-product-order --productOrderQuantity='56.25'
  $ luna update-product-order --productOrderAmount='34'
  $ luna update-product-order --productOrderTaxes='5'
  $ luna update-product-order --productOrderShipping='2'
  $ luna update-product-order --productOrderLocation='US-MA'
  $ luna update-product-order --productOrderShippedTime='2021-01-21'
  $ luna update-product-order --productOrderDeliveredTime='2021-01-25'
```

_See code: [src/commands/update-product-order.ts](https://github.com/bardy18/lunalogs-cli/blob/v1.0.46/src/commands/update-product-order.ts)_

## `luna update-supply`

```
USAGE
  $ luna update-supply

OPTIONS
  --newSupplyName=newSupplyName          updated name of supply
  --remainingQuantity=remainingQuantity  number remaining in inventory
  --supplyName=supplyName                current name of supply
  --unitPrice=unitPrice                  price per unit
  --unitQuantity=unitQuantity            minimum supply order size
  --vendorName=vendorName                vendor who provides supply

EXAMPLES
  $ luna update-supply
  $ luna update-supply --supplyName='Packing Box'
  $ luna update-supply --newSupplyName='Packing Box 2'
  $ luna update-supply --vendorName='Amazon'
  $ luna update-supply --remainingQuantity='10'
  $ luna update-supply --unitQuantity='100'
  $ luna update-supply --unitPrice='56.50'
```

_See code: [src/commands/update-supply.ts](https://github.com/bardy18/lunalogs-cli/blob/v1.0.46/src/commands/update-supply.ts)_

## `luna update-supply-order`

```
USAGE
  $ luna update-supply-order

OPTIONS
  --newVendorOrderNumber=newVendorOrderNumber        updated order number generated by vendor
  --supplyOrderAmount=supplyOrderAmount              updated amount of order
  --supplyOrderOrderedTime=supplyOrderOrderedTime    time order was ordered
  --supplyOrderQuantity=supplyOrderQuantity          updated quantity of order
  --supplyOrderReceivedTime=supplyOrderReceivedTime  time order was received
  --supplyOrderStatus=supplyOrderStatus              updated status of order
  --vendorOrderNumber=vendorOrderNumber              order number generated by vendor for tracking

EXAMPLES
  $ luna update-supply-order
  $ luna update-supply-order --vendorOrderNumber='SO#124353'
  $ luna update-supply-order --newVendorOrderNumber='AMAZON4321'
  $ luna update-supply-order --supplyOrderStatus='NEW'
  $ luna update-supply-order --supplyOrderQuantity='5'
  $ luna update-supply-order --supplyOrderAmount='56.25'
  $ luna update-supply-order --supplyOrderOrderedTime='2021-01-21 12:15:05'
  $ luna update-supply-order --supplyOrderReceivedTime='2021-01-25 11:21:13'
```

_See code: [src/commands/update-supply-order.ts](https://github.com/bardy18/lunalogs-cli/blob/v1.0.46/src/commands/update-supply-order.ts)_

## `luna update-vendor`

```
USAGE
  $ luna update-vendor

OPTIONS
  --newVendorName=newVendorName  updated name of vendor
  --vendorName=vendorName        current name of vendor

EXAMPLES
  $ luna update-vendor
  $ luna update-vendor --vendorName='JoAnn'
  $ luna update-vendor --newVendorName='JoAnn Fabrics'
```

_See code: [src/commands/update-vendor.ts](https://github.com/bardy18/lunalogs-cli/blob/v1.0.46/src/commands/update-vendor.ts)_
<!-- commandsstop -->

---
_Source: https://npm.io/package/lunalogs-cli · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
