updating link on wccli readme (#44100)

* updating link on wccli readme

* Fix links that were incorrect

* Update docs manifest

---------

Co-authored-by: Jacklyn Biggin <hi@jacklyn.dev>
This commit is contained in:
Brent MacKinnon 2024-02-01 15:10:39 -04:00 committed by GitHub
parent ae1503f588
commit 1bd5ab738a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View File

@ -1150,7 +1150,7 @@
"categories": []
},
{
"content": "\n## Introduction to WooCommerce CLI\n\nWooCommerce CLI (WC-CLI) offers an efficient way to manage WooCommerce (WC) stores via the command line. This tool is a part of WC from version 3.0.0 onwards and leverages the capabilities of the WC REST API. This means that most tasks achievable through the REST API can also be performed via the command line.\n\nFor documentation on WC versions 2.5 and 2.6's CLI, visit [Legacy CLI commands](https://github.com/woocommerce/woocommerce/wiki/Legacy-CLI-commands-(v2.6-and-below)).\n\n## About WP-CLI\n\nWP-CLI is a powerful set of command-line tools for managing WordPress installations. You can update plugins, configure multisite installations, and much more, all without using a web browser. For more information, visit the [official WP-CLI website](http://wp-cli.org/).\n\n## Documentation Structure\n\nThis suite of documentation includes:\n\n- [**How-to Guide**](./using-wc-cli): Step-by-step instructions for common WC-CLI tasks.\n- [**Command Reference**](./woocommerce-cli-commands): Detailed information on WC-CLI commands and their options.\n- [**FAQs**](./woocommerce-cli-frequently-asked-questions): Answers to frequently asked questions about WC-CLI.\n- **Examples**: Practical examples of WC-CLI commands in use.\n\n## Getting Started with WooCommerce CLI\n\nTo begin using WC-CLI, ensure that you have WP-CLI installed and that you are running WooCommerce 3.0.0 or later. The CLI commands are accessed through the `wp wc` command. For a full list of available commands, type `wp wc` in your command-line interface.\n\nFor specific details on commands and their usage, refer to the Command Reference section. The How-to Guide provides a practical approach to common tasks, ideal for those new to WC-CLI or looking for quick solutions.\n\n## Additional Resources\n\nFor those interested in exploring further, the following resources might be helpful:\n\n- [WC REST API Documentation](./docs/category/rest-api/)\n- [Testing files for our CLI tests](https://github.com/woocommerce/woocommerce/tree/trunk/plugins/woocommerce/tests/cli/features)\n",
"content": "\n## Introduction to WooCommerce CLI\n\nWooCommerce CLI (WC-CLI) offers an efficient way to manage WooCommerce (WC) stores via the command line. This tool is a part of WC from version 3.0.0 onwards and leverages the capabilities of the WC REST API. This means that most tasks achievable through the REST API can also be performed via the command line.\n\nFor documentation on WC versions 2.5 and 2.6's CLI, visit [Legacy CLI commands](https://github.com/woocommerce/woocommerce/wiki/Legacy-CLI-commands-(v2.6-and-below)).\n\n## About WP-CLI\n\nWP-CLI is a powerful set of command-line tools for managing WordPress installations. You can update plugins, configure multisite installations, and much more, all without using a web browser. For more information, visit the [official WP-CLI website](http://wp-cli.org/).\n\n## Documentation Structure\n\nThis suite of documentation includes:\n\n- [**How-to Guide**](./using-wc-cli.md): Step-by-step instructions for common WC-CLI tasks.\n- [**Command Reference**](./wc-cli-commands.md): Detailed information on WC-CLI commands and their options.\n- [**FAQs**](./cli-faq.md): Answers to frequently asked questions about WC-CLI.\n- [**Examples**](./wc-cli-examples.md): Practical examples of WC-CLI commands in use.\n\n## Getting Started with WooCommerce CLI\n\nTo begin using WC-CLI, ensure that you have WP-CLI installed and that you are running WooCommerce 3.0.0 or later. The CLI commands are accessed through the `wp wc` command. For a full list of available commands, type `wp wc` in your command-line interface.\n\nFor specific details on commands and their usage, refer to the Command Reference section. The How-to Guide provides a practical approach to common tasks, ideal for those new to WC-CLI or looking for quick solutions.\n\n## Additional Resources\n\nFor those interested in exploring further, the following resources might be helpful:\n\n- [WC REST API Documentation](../rest-api/getting-started.md)\n- [Testing files for our CLI tests](https://github.com/woocommerce/woocommerce/tree/trunk/plugins/woocommerce/tests/cli/features)\n",
"category_slug": "wc-cli",
"category_title": "WooCommerce CLI",
"posts": [
@ -1194,5 +1194,5 @@
"categories": []
}
],
"hash": "5add14b023641e79e7e5cc7c6dfe367717a947ce0fd3d4ded8dfcf9dbe5d231b"
"hash": "b706282876f76e4cf5b9ebda0e079ee2c6b05b85f03f08c195e03fcb96759589"
}

View File

@ -18,10 +18,10 @@ WP-CLI is a powerful set of command-line tools for managing WordPress installati
This suite of documentation includes:
- [**How-to Guide**](./using-wc-cli): Step-by-step instructions for common WC-CLI tasks.
- [**Command Reference**](./woocommerce-cli-commands): Detailed information on WC-CLI commands and their options.
- [**FAQs**](./woocommerce-cli-frequently-asked-questions): Answers to frequently asked questions about WC-CLI.
- **Examples**: Practical examples of WC-CLI commands in use.
- [**How-to Guide**](./using-wc-cli.md): Step-by-step instructions for common WC-CLI tasks.
- [**Command Reference**](./wc-cli-commands.md): Detailed information on WC-CLI commands and their options.
- [**FAQs**](./cli-faq.md): Answers to frequently asked questions about WC-CLI.
- [**Examples**](./wc-cli-examples.md): Practical examples of WC-CLI commands in use.
## Getting Started with WooCommerce CLI
@ -33,5 +33,5 @@ For specific details on commands and their usage, refer to the Command Reference
For those interested in exploring further, the following resources might be helpful:
- [WC REST API Documentation](./docs/category/rest-api/)
- [WC REST API Documentation](../rest-api/getting-started.md)
- [Testing files for our CLI tests](https://github.com/woocommerce/woocommerce/tree/trunk/plugins/woocommerce/tests/cli/features)