Nimbu Developer Docs
CLICommand reference

Api

Generated reference for nimbu api

Generated from the CLI command contract. Do not edit this page manually.

nimbu api

Raw API access

nimbu api delete

Send a DELETE request (requires --force)

Arguments

NameRequiredDescription
pathyesAPI path

Flags

FlagRequiredDefaultDescription
-d, --datanoRequest JSON: inline, @file, or - for stdin
--filenoRead request JSON from file (legacy; use --data @file)
--allnoFetch every page of a JSON array response
--outputnoWrite an exact binary response to FILE or - for stdout

nimbu api get

Send a GET request

Arguments

NameRequiredDescription
pathyesAPI path

Flags

FlagRequiredDefaultDescription
-d, --datanoRequest JSON: inline, @file, or - for stdin
--filenoRead request JSON from file (legacy; use --data @file)
--allnoFetch every page of a JSON array response
--outputnoWrite an exact binary response to FILE or - for stdout

nimbu api patch

Send a PATCH request

Arguments

NameRequiredDescription
pathyesAPI path

Flags

FlagRequiredDefaultDescription
-d, --datanoRequest JSON: inline, @file, or - for stdin
--filenoRead request JSON from file (legacy; use --data @file)
--allnoFetch every page of a JSON array response
--outputnoWrite an exact binary response to FILE or - for stdout

nimbu api post

Send a POST request

Arguments

NameRequiredDescription
pathyesAPI path

Flags

FlagRequiredDefaultDescription
-d, --datanoRequest JSON: inline, @file, or - for stdin
--filenoRead request JSON from file (legacy; use --data @file)
--allnoFetch every page of a JSON array response
--outputnoWrite an exact binary response to FILE or - for stdout

nimbu api put

Send a PUT request

Arguments

NameRequiredDescription
pathyesAPI path

Flags

FlagRequiredDefaultDescription
-d, --datanoRequest JSON: inline, @file, or - for stdin
--filenoRead request JSON from file (legacy; use --data @file)
--allnoFetch every page of a JSON array response
--outputnoWrite an exact binary response to FILE or - for stdout

On this page