Skip to main content

goliothctl blueprint

Create, update, and delete blueprint.

Synopsis

Use the goliothctl blueprint subcommands to create, delete, and update blueprint. Blueprints can exist independently from devices.

goliothctl blueprint [flags]

Examples

# Create a blueprint
> goliothctl blueprint create --name my-blueprint

# Update it
> goliothctl blueprint update my-blueprint --name formally-known-as-my-blueprint

# Delete it
> goliothctl blueprint delete formally-known-as-my-blueprint

Options

  -h, --help   help for blueprint

Options inherited from parent commands

      --apiUrl string      golioth api server url (default "https://api.golioth.io")
-c, --config string config file (default is $HOME/.golioth/.goliothctl.yaml)
--projectId string golioth project id

SEE ALSO