Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Command/Acsf/AcsfListCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use Symfony\Component\Console\Attribute\AsCommand;

#[RequireAuth]
#[AsCommand(name: 'acsf:list', description: 'List all Acquia Cloud Site Factory commands', aliases: ['acsf'])]
#[AsCommand(name: 'acsf:list', description: 'List all Acquia Cloud Site Factory commands (Added in 1.30.1).', aliases: ['acsf'])]
final class AcsfListCommand extends AcsfListCommandBase
{
protected string $namespace = 'acsf';
Expand Down
2 changes: 1 addition & 1 deletion src/Command/Api/ApiListCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use Symfony\Component\Console\Attribute\AsCommand;

#[RequireAuth]
#[AsCommand(name: 'api:list', description: 'List all API commands', aliases: ['api'])]
#[AsCommand(name: 'api:list', description: 'List all API commands (Added in 1.0.0).', aliases: ['api'])]
final class ApiListCommand extends ApiListCommandBase
{
protected string $namespace = 'api';
Expand Down
2 changes: 1 addition & 1 deletion src/Command/App/AppOpenCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
use Symfony\Component\Console\Output\OutputInterface;

#[RequireAuth]
#[AsCommand(name: 'app:open', description: 'Opens your browser to view a given Cloud application', aliases: [
#[AsCommand(name: 'app:open', description: 'Opens your browser to view a given Cloud application (Added in 1.23.0).', aliases: [
'open',
'o',
])]
Expand Down
2 changes: 1 addition & 1 deletion src/Command/App/AppVcsInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
use Symfony\Component\Console\Output\OutputInterface;

#[RequireAuth]
#[AsCommand(name: 'app:vcs:info', description: 'Get all branches and tags of the application with the deployment status')]
#[AsCommand(name: 'app:vcs:info', description: 'Get all branches and tags of the application with the deployment status (Added in 2.8.0).')]
class AppVcsInfo extends CommandBase
{
protected function configure(): void
Expand Down
2 changes: 1 addition & 1 deletion src/Command/App/LinkCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use Symfony\Component\Console\Output\OutputInterface;

#[RequireAuth]
#[AsCommand(name: 'app:link', description: 'Associate your project with a Cloud Platform application', aliases: ['link'])]
#[AsCommand(name: 'app:link', description: 'Associate your project with a Cloud Platform application (Added in 1.23.1).', aliases: ['link'])]
final class LinkCommand extends CommandBase
{
protected function configure(): void
Expand Down
2 changes: 1 addition & 1 deletion src/Command/App/LogTailCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
use Symfony\Component\Console\Output\OutputInterface;

#[RequireAuth]
#[AsCommand(name: 'app:log:tail', description: 'Tail the logs from your environments', aliases: [
#[AsCommand(name: 'app:log:tail', description: 'Tail the logs from your environments (Added in 1.23.1).', aliases: [
'tail',
'log:tail',
])]
Expand Down
2 changes: 1 addition & 1 deletion src/Command/App/NewCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\Filesystem\Path;

#[AsCommand(name: 'app:new:local', description: 'Create a new Drupal or Next.js project', aliases: ['new'])]
#[AsCommand(name: 'app:new:local', description: 'Create a new Drupal or Next.js project (Added in 2.0.0).', aliases: ['new'])]
final class NewCommand extends CommandBase
{
/**
Expand Down
2 changes: 1 addition & 1 deletion src/Command/App/NewFromDrupal7Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
use Symfony\Component\Filesystem\Path;
use Symfony\Component\Validator\Exception\ValidatorException;

#[AsCommand(name: 'app:new:from:drupal7', description: 'Generate a new Drupal 9+ project from a Drupal 7 application using the default Acquia Migrate Accelerate recommendations.', aliases: [
#[AsCommand(name: 'app:new:from:drupal7', description: 'Generate a new Drupal 9+ project from a Drupal 7 application using the default Acquia Migrate Accelerate recommendations. (Added in 2.14.0).', aliases: [
// Currently only "from Drupal 7", more to potentially follow.
'from:d7',
// A nod to its roots.
Expand Down
2 changes: 1 addition & 1 deletion src/Command/App/TaskWaitCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
use Symfony\Component\Console\Output\OutputInterface;

#[RequireAuth]
#[AsCommand(name: 'app:task-wait', description: 'Wait for a task to complete')]
#[AsCommand(name: 'app:task-wait', description: 'Wait for a task to complete (Added in 2.0.0).')]
final class TaskWaitCommand extends CommandBase
{
protected function configure(): void
Expand Down
2 changes: 1 addition & 1 deletion src/Command/App/UnlinkCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;

#[AsCommand(name: 'app:unlink', description: 'Remove local association between your project and a Cloud Platform application', aliases: ['unlink'])]
#[AsCommand(name: 'app:unlink', description: 'Remove local association between your project and a Cloud Platform application (Added in 2.0.0).', aliases: ['unlink'])]
final class UnlinkCommand extends CommandBase
{
protected function execute(InputInterface $input, OutputInterface $output): int
Expand Down
2 changes: 1 addition & 1 deletion src/Command/Archive/ArchiveExportCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

#[RequireAuth]
#[RequireLocalDb]
#[AsCommand(name: 'archive:export', description: 'Export an archive of the Drupal application including code, files, and database')]
#[AsCommand(name: 'archive:export', description: 'Export an archive of the Drupal application including code, files, and database (Added in 1.12.0).')]
final class ArchiveExportCommand extends CommandBase
{
protected Checklist $checklist;
Expand Down
2 changes: 1 addition & 1 deletion src/Command/Auth/AuthAcsfLoginCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;

#[AsCommand(name: 'auth:acsf-login', description: 'Register Site Factory API credentials')]
#[AsCommand(name: 'auth:acsf-login', description: 'Register Site Factory API credentials (Added in 2.20.1).')]
final class AuthAcsfLoginCommand extends CommandBase
{
protected function configure(): void
Expand Down
2 changes: 1 addition & 1 deletion src/Command/Auth/AuthAcsfLogoutCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;

#[AsCommand(name: 'auth:acsf-logout', description: 'Remove Site Factory API credentials')]
#[AsCommand(name: 'auth:acsf-logout', description: 'Remove Site Factory API credentials (Added in 2.20.1).')]
final class AuthAcsfLogoutCommand extends CommandBase
{
protected function execute(InputInterface $input, OutputInterface $output): int
Expand Down
2 changes: 1 addition & 1 deletion src/Command/Auth/AuthLoginCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;

#[AsCommand(name: 'auth:login', description: 'Register Cloud Platform API credentials', aliases: ['login'])]
#[AsCommand(name: 'auth:login', description: 'Register Cloud Platform API credentials (Added in 1.1.0).', aliases: ['login'])]
final class AuthLoginCommand extends CommandBase
{
protected function configure(): void
Expand Down
2 changes: 1 addition & 1 deletion src/Command/Auth/AuthLogoutCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;

#[AsCommand(name: 'auth:logout', description: 'Remove Cloud Platform API credentials', aliases: ['logout'])]
#[AsCommand(name: 'auth:logout', description: 'Remove Cloud Platform API credentials (Added in 1.1.0).', aliases: ['logout'])]
final class AuthLogoutCommand extends CommandBase
{
protected function configure(): void
Expand Down
2 changes: 1 addition & 1 deletion src/Command/CodeStudio/CodeStudioPhpVersionCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
use Symfony\Component\Console\Output\OutputInterface;

#[RequireAuth]
#[AsCommand(name: 'codestudio:php-version', description: 'Change the PHP version in Code Studio')]
#[AsCommand(name: 'codestudio:php-version', description: 'Change the PHP version in Code Studio (Added in 2.7.0).')]
final class CodeStudioPhpVersionCommand extends CommandBase
{
use CodeStudioCommandTrait;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
use Symfony\Component\Filesystem\Path;
use Symfony\Component\Yaml\Yaml;

#[AsCommand(name: 'codestudio:pipelines-migrate', description: 'Migrate .acquia-pipeline.yml file to .gitlab-ci.yml file for a given Acquia Cloud application', aliases: ['cs:pipelines-migrate'])]
#[AsCommand(name: 'codestudio:pipelines-migrate', description: 'Migrate .acquia-pipeline.yml file to .gitlab-ci.yml file for a given Acquia Cloud application (Added in 2.0.0).', aliases: ['cs:pipelines-migrate'])]
final class CodeStudioPipelinesMigrateCommand extends CommandBase
{
use CodeStudioCommandTrait;
Expand Down
2 changes: 1 addition & 1 deletion src/Command/CodeStudio/CodeStudioWizardCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;

#[AsCommand(name: 'codestudio:wizard', description: 'Create and/or configure a new Code Studio project for a given Cloud Platform application', aliases: ['cs:wizard'])]
#[AsCommand(name: 'codestudio:wizard', description: 'Create and/or configure a new Code Studio project for a given Cloud Platform application (Added in 1.21.0).', aliases: ['cs:wizard'])]
final class CodeStudioWizardCommand extends WizardCommandBase
{
use CodeStudioCommandTrait;
Expand Down
2 changes: 1 addition & 1 deletion src/Command/DocsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\Console\Question\ChoiceQuestion;

#[AsCommand(name: 'docs', description: 'Open Acquia product documentation in a web browser')]
#[AsCommand(name: 'docs', description: 'Open Acquia product documentation in a web browser (Added in 1.18.0).')]
final class DocsCommand extends CommandBase
{
protected function configure(): void
Expand Down
2 changes: 1 addition & 1 deletion src/Command/Env/EnvCertCreateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
use Symfony\Component\Console\Output\OutputInterface;

#[RequireAuth]
#[AsCommand(name: 'env:certificate-create', description: 'Install an SSL certificate.')]
#[AsCommand(name: 'env:certificate-create', description: 'Install an SSL certificate. (Added in 2.10.0).')]
final class EnvCertCreateCommand extends CommandBase
{
protected function configure(): void
Expand Down
2 changes: 1 addition & 1 deletion src/Command/Env/EnvCopyCronCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
use Symfony\Component\Console\Output\OutputInterface;

#[RequireAuth]
#[AsCommand(name: 'env:cron-copy', description: 'Copy all cron tasks from one Cloud Platform environment to another')]
#[AsCommand(name: 'env:cron-copy', description: 'Copy all cron tasks from one Cloud Platform environment to another (Added in 2.0.0).')]
final class EnvCopyCronCommand extends CommandBase
{
protected function configure(): void
Expand Down
2 changes: 1 addition & 1 deletion src/Command/Env/EnvCreateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
use Symfony\Component\Console\Output\OutputInterface;

#[RequireAuth]
#[AsCommand(name: 'env:create', description: 'Create a new Continuous Delivery Environment (CDE)')]
#[AsCommand(name: 'env:create', description: 'Create a new Continuous Delivery Environment (CDE) (Added in 2.0.0).')]
final class EnvCreateCommand extends CommandBase
{
private Checklist $checklist;
Expand Down
2 changes: 1 addition & 1 deletion src/Command/Env/EnvDeleteCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
use Symfony\Component\Console\Output\OutputInterface;

#[RequireAuth]
#[AsCommand(name: 'env:delete', description: 'Delete a Continuous Delivery Environment (CDE)')]
#[AsCommand(name: 'env:delete', description: 'Delete a Continuous Delivery Environment (CDE) (Added in 2.0.0).')]
final class EnvDeleteCommand extends CommandBase
{
protected function configure(): void
Expand Down
2 changes: 1 addition & 1 deletion src/Command/Env/EnvMirrorCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
use Symfony\Component\Console\Output\OutputInterface;

#[RequireAuth]
#[AsCommand(name: 'env:mirror', description: 'Makes one environment identical to another in terms of code, database, files, and configuration.')]
#[AsCommand(name: 'env:mirror', description: 'Makes one environment identical to another in terms of code, database, files, and configuration. (Added in 2.0.0).')]
final class EnvMirrorCommand extends CommandBase
{
private Checklist $checklist;
Expand Down
2 changes: 1 addition & 1 deletion src/Command/HelloWorldCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;

#[AsCommand(name: 'hello-world', description: 'Test command used for asserting core functionality', hidden: true)]
#[AsCommand(name: 'hello-world', description: 'Test command used for asserting core functionality (Added in 1.12.1).', hidden: true)]
final class HelloWorldCommand extends CommandBase
{
protected function execute(InputInterface $input, OutputInterface $output): int
Expand Down
2 changes: 1 addition & 1 deletion src/Command/Ide/IdeCreateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
use Symfony\Component\Validator\Validation;

#[RequireAuth]
#[AsCommand(name: 'ide:create', description: 'Create a Cloud IDE')]
#[AsCommand(name: 'ide:create', description: 'Create a Cloud IDE (Added in 1.0.0).')]
final class IdeCreateCommand extends IdeCommandBase
{
private IdeResponse $ide;
Expand Down
2 changes: 1 addition & 1 deletion src/Command/Ide/IdeDeleteCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
use Symfony\Component\Console\Output\OutputInterface;

#[RequireAuth]
#[AsCommand(name: 'ide:delete', description: 'Delete a Cloud IDE')]
#[AsCommand(name: 'ide:delete', description: 'Delete a Cloud IDE (Added in 1.0.0).')]
final class IdeDeleteCommand extends IdeCommandBase
{
use SshCommandTrait;
Expand Down
2 changes: 1 addition & 1 deletion src/Command/Ide/IdeInfoCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
use Symfony\Component\Console\Output\OutputInterface;

#[RequireAuth]
#[AsCommand(name: 'ide:info', description: 'Print information about a Cloud IDE')]
#[AsCommand(name: 'ide:info', description: 'Print information about a Cloud IDE (Added in 1.2.0).')]
final class IdeInfoCommand extends IdeCommandBase
{
protected function configure(): void
Expand Down
2 changes: 1 addition & 1 deletion src/Command/Ide/IdeListCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
use Symfony\Component\Console\Output\OutputInterface;

#[RequireAuth]
#[AsCommand(name: 'ide:list:app', description: 'List available Cloud IDEs belonging to a given application', aliases: ['ide:list'])]
#[AsCommand(name: 'ide:list:app', description: 'List available Cloud IDEs belonging to a given application (Added in 1.0.0).', aliases: ['ide:list'])]
final class IdeListCommand extends IdeCommandBase
{
protected function configure(): void
Expand Down
2 changes: 1 addition & 1 deletion src/Command/Ide/IdeListMineCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
use Symfony\Component\Console\Output\OutputInterface;

#[RequireAuth]
#[AsCommand(name: 'ide:list:mine', description: 'List Cloud IDEs belonging to you')]
#[AsCommand(name: 'ide:list:mine', description: 'List Cloud IDEs belonging to you (Added in 1.18.0).')]
final class IdeListMineCommand extends IdeCommandBase
{
protected function execute(InputInterface $input, OutputInterface $output): int
Expand Down
2 changes: 1 addition & 1 deletion src/Command/Ide/IdeOpenCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
use Symfony\Component\Console\Output\OutputInterface;

#[RequireAuth]
#[AsCommand(name: 'ide:open', description: 'Open a Cloud IDE in your browser')]
#[AsCommand(name: 'ide:open', description: 'Open a Cloud IDE in your browser (Added in 1.0.0).')]
final class IdeOpenCommand extends IdeCommandBase
{
protected function configure(): void
Expand Down
2 changes: 1 addition & 1 deletion src/Command/Ide/IdePhpVersionCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;

#[AsCommand(name: 'ide:php-version', description: 'Change the PHP version in the current IDE')]
#[AsCommand(name: 'ide:php-version', description: 'Change the PHP version in the current IDE (Added in 1.1.0).')]
final class IdePhpVersionCommand extends IdeCommandBase
{
private string $idePhpFilePathPrefix;
Expand Down
2 changes: 1 addition & 1 deletion src/Command/Ide/IdeServiceRestartCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
use Symfony\Component\Validator\Exception\ValidatorException;
use Symfony\Component\Validator\Validation;

#[AsCommand(name: 'ide:service-restart', description: 'Restart a service in the Cloud IDE')]
#[AsCommand(name: 'ide:service-restart', description: 'Restart a service in the Cloud IDE (Added in 1.1.0).')]
final class IdeServiceRestartCommand extends IdeCommandBase
{
protected function configure(): void
Expand Down
2 changes: 1 addition & 1 deletion src/Command/Ide/IdeServiceStartCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
use Symfony\Component\Validator\Exception\ValidatorException;
use Symfony\Component\Validator\Validation;

#[AsCommand(name: 'ide:service-start', description: 'Start a service in the Cloud IDE')]
#[AsCommand(name: 'ide:service-start', description: 'Start a service in the Cloud IDE (Added in 1.17.0).')]
final class IdeServiceStartCommand extends IdeCommandBase
{
protected function configure(): void
Expand Down
2 changes: 1 addition & 1 deletion src/Command/Ide/IdeServiceStopCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
use Symfony\Component\Validator\Exception\ValidatorException;
use Symfony\Component\Validator\Validation;

#[AsCommand(name: 'ide:service-stop', description: 'Stop a service in the Cloud IDE')]
#[AsCommand(name: 'ide:service-stop', description: 'Stop a service in the Cloud IDE (Added in 1.17.0).')]
final class IdeServiceStopCommand extends IdeCommandBase
{
protected function configure(): void
Expand Down
2 changes: 1 addition & 1 deletion src/Command/Ide/IdeShareCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;

#[AsCommand(name: 'ide:share', description: 'Get the share URL for a Cloud IDE')]
#[AsCommand(name: 'ide:share', description: 'Get the share URL for a Cloud IDE (Added in 1.1.0).')]
final class IdeShareCommand extends CommandBase
{
/**
Expand Down
2 changes: 1 addition & 1 deletion src/Command/Ide/IdeXdebugToggleCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;

#[AsCommand(name: 'ide:xdebug-toggle', description: 'Toggle Xdebug on or off in the current IDE', aliases: ['xdebug'])]
#[AsCommand(name: 'ide:xdebug-toggle', description: 'Toggle Xdebug on or off in the current IDE (Added in 1.1.0).', aliases: ['xdebug'])]
final class IdeXdebugToggleCommand extends IdeCommandBase
{
private ?bool $xDebugEnabled;
Expand Down
2 changes: 1 addition & 1 deletion src/Command/Ide/Wizard/IdeWizardCreateSshKeyCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
use Symfony\Component\Console\Output\OutputInterface;

#[RequireAuth]
#[AsCommand(name: 'ide:wizard:ssh-key:create-upload', description: 'Wizard to perform first time setup tasks within an IDE', aliases: ['ide:wizard'])]
#[AsCommand(name: 'ide:wizard:ssh-key:create-upload', description: 'Wizard to perform first time setup tasks within an IDE (Added in 1.0.0).', aliases: ['ide:wizard'])]
final class IdeWizardCreateSshKeyCommand extends IdeWizardCommandBase
{
protected function configure(): void
Expand Down
2 changes: 1 addition & 1 deletion src/Command/Ide/Wizard/IdeWizardDeleteSshKeyCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
use Symfony\Component\Console\Output\OutputInterface;

#[RequireAuth]
#[AsCommand(name: 'ide:wizard:ssh-key:delete', description: 'Wizard to delete SSH key for IDE from Cloud')]
#[AsCommand(name: 'ide:wizard:ssh-key:delete', description: 'Wizard to delete SSH key for IDE from Cloud (Added in 1.0.0).')]
final class IdeWizardDeleteSshKeyCommand extends IdeWizardCommandBase
{
use SshCommandTrait;
Expand Down
2 changes: 1 addition & 1 deletion src/Command/Pull/PullCodeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

#[RequireAuth]
#[RequireLocalDb]
#[AsCommand(name: 'pull:code', description: 'Copy code from a Cloud Platform environment')]
#[AsCommand(name: 'pull:code', description: 'Copy code from a Cloud Platform environment (Added in 1.1.0).')]
final class PullCodeCommand extends PullCommandBase
{
protected function configure(): void
Expand Down
2 changes: 1 addition & 1 deletion src/Command/Pull/PullCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

#[RequireAuth]
#[RequireLocalDb]
#[AsCommand(name: 'pull:all', description: 'Copy code, database, and files from a Cloud Platform environment', aliases: [
#[AsCommand(name: 'pull:all', description: 'Copy code, database, and files from a Cloud Platform environment (Added in 1.1.0).', aliases: [
'refresh',
'pull',
])]
Expand Down
2 changes: 1 addition & 1 deletion src/Command/Pull/PullDatabaseCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

#[RequireAuth]
#[RequireLocalDb]
#[AsCommand(name: 'pull:database', description: 'Import database backup from a Cloud Platform environment', aliases: ['pull:db'])]
#[AsCommand(name: 'pull:database', description: 'Import database backup from a Cloud Platform environment (Added in 1.1.0).', aliases: ['pull:db'])]
final class PullDatabaseCommand extends PullCommandBase
{
protected function configure(): void
Expand Down
2 changes: 1 addition & 1 deletion src/Command/Pull/PullFilesCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use Symfony\Component\Console\Output\OutputInterface;

#[RequireAuth]
#[AsCommand(name: 'pull:files', description: 'Copy Drupal public files from a Cloud Platform environment to your local environment')]
#[AsCommand(name: 'pull:files', description: 'Copy Drupal public files from a Cloud Platform environment to your local environment (Added in 1.1.0).')]
final class PullFilesCommand extends PullCommandBase
{
protected function configure(): void
Expand Down
2 changes: 1 addition & 1 deletion src/Command/Pull/PullScriptsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;

#[AsCommand(name: 'pull:run-scripts', description: 'Execute post pull scripts')]
#[AsCommand(name: 'pull:run-scripts', description: 'Execute post pull scripts (Added in 1.1.0).')]
final class PullScriptsCommand extends CommandBase
{
protected Checklist $checklist;
Expand Down
Loading
Loading