acsf-tools icon indicating copy to clipboard operation
acsf-tools copied to clipboard

Command line tools for working with Acquia Cloud Site Factory

Results 23 acsf-tools issues
Sort by recently updated
recently updated
newest added

Steps - - Run command say `drush acsf-tools-ml updb` while there are no sites available and it will give below error `[error] Impossible to fetch the list of sites. If...

enhancement

It would be great to have some acsf-tools-files-dump and acsf-tools-files-restore commands with some options like --scheme=private,public and similar options than acsf-tools-dump / acsf-tools-restore. This would create some site1.tar.gz site2.tar.gz where...

enhancement

I want to run cset command along with sfml for multiple key values. For single key values that is working fine for me. Below is the cset command which is...

As of now the --concurrency-limit option is splitting the commands by chunks. However, it waits for all the processes in the chunk to complete before starting the next chunk. In...

enhancement

The sfml command is extremely useful, but it would be better if there were an option to skip specified sites. I realize there's currently a way to skip by install...

enhancement

One of my customer is having a "fake" site installed in his D8 factory which they simply use as a database container for a D7 site to be migrated in...

bug

Is there a reason we don't have a command to trigger an environment update (code switch), using the `/api/v1/update` endpoint? I can work on a proposal for this, but wanted...

enhancement
question

On the 10.x-dev branch, the `acsf_tools_config.default.yml` file doesn't contain a `root_domain` key. However, the code in `\Drush\Commands\acsf_tools\AcsfToolsUtils::getRestConfig()` is assuming it's present: ``` $config = new \stdClass(); $config->site_id = $yaml['site_id']; $config->username...

bug

Add a flag in commands like sfml and sfmlc to filter the sites under maintenance Example: drush sfml status --maintenance-check Example purposes: - We want to sync data from external...

enhancement

I've been using a really old `acsf_tools.drush.inc` that I think I got many moons ago from Lindsey Catlett. The file was in my ~/.drush folder and seemed to be compatible...