You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having a CLI to interact with for syncing your config is key when setting up a CI flow.
I would like for this plugin to have a CLI that handles the following things:
Config import
Config partial import (import a single config, or import all configs of a given type)
Config export
Config partial export (export a single config, or export all configs of a given type)
Config diff (see the difference between the config found in the database, and found in the filesystem)
The text was updated successfully, but these errors were encountered:
Having a CLI to interact with for syncing your config is key when setting up a CI flow.
I would like for this plugin to have a CLI that handles the following things:
The text was updated successfully, but these errors were encountered: