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
pre and post awless create, delete, ... (template one-liners) commands
pre awless show command
Note that a manual sync (per service if chosen) can be done via awless sync.
Although the sync fetches in parallel, we might want to ignore some services and therefore not automatically resolve their resources.
Examples:
You might want to work and administrate solely your infra, access and queuing services while ignoring huge amount of resources on your storage service.
You might not have rights to access every cloud service, hence triggering some errors while fetching resources.
awless
syncs automatically cloud resources (across services) locally as RDF graphs.At the moment the auto-sync run as such:
awless run
commandawless create, delete, ...
(template one-liners) commandsawless show
commandNote that a manual sync (per service if chosen) can be done via
awless sync
.Although the sync fetches in parallel, we might want to ignore some services and therefore not automatically resolve their resources.
Examples:
In the config we will flush by default:
Disabling an auto-sync is therefore now just
awless config set storage.autosync false
The text was updated successfully, but these errors were encountered: