Out Plane

help

Explain a topic that is not a command.

read onlyrepeatableno sign-in

Explain a topic that is not a command.

Usage

outplane help [TOPIC]

Arguments

ArgumentTypeDescription
TOPICstringWhich topic to print. Omit to list the topics.

Examples

List the topics

outplane help

Read the exit code contract

outplane help exit-codes

Read the shape of a failure

outplane help errors

What to Know

  • These topics are prose for a person. The same facts are in outplane schema as data, under errorKinds and each command's exitCodes, and that is what a program should read.

Errors

Beyond 0 for success, this command exits with:

ExitKindMeaning
2usageInvalid arguments, unknown flag, or client-side validation failure.

The code on the error object is one of usage.unknown_topic. Branch on that, or on the exit status. The message is prose and changes.

On this page