goliothctl project
Access and manage project information.
Synopsis
Use the goliothctl project
subcommands to access and update projects. Projects contains things like devices and LightDB instances.
goliothctl project [flags]
Examples
# Create a new project
> goliothctl project create my-project
# Update the project's name
> goliothctl project update formally-known-as-my-project
# Delete the current project
> goliothctl project delete
# Set the current project to something else (project ID is not the same as project name)
> goliothctl config set projectId <project-id>
Options
-h, --help help for project
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
- goliothctl - Manage Golioth platform resources and developer workflow.
- goliothctl project create - Create a project.
- goliothctl project delete - Delete the current project.
- goliothctl project list - List all projects associated with your Golioth account.
- goliothctl project update - Change the name associated with the current project.